Add steps option to form
This commit is contained in:
parent
e8442c8161
commit
a1aa2df3cd
|
@ -1705,7 +1705,8 @@
|
||||||
"illegalChildren": ["section"],
|
"illegalChildren": ["section"],
|
||||||
"actions": [
|
"actions": [
|
||||||
"ValidateForm",
|
"ValidateForm",
|
||||||
"ClearForm"
|
"ClearForm",
|
||||||
|
"NextFormStep"
|
||||||
],
|
],
|
||||||
"styles": ["size"],
|
"styles": ["size"],
|
||||||
"settings": [
|
"settings": [
|
||||||
|
@ -1725,6 +1726,13 @@
|
||||||
"label": "Custom"
|
"label": "Custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "select",
|
||||||
|
"label": "Steps",
|
||||||
|
"key": "steps",
|
||||||
|
"defaultValue": "1",
|
||||||
|
"options": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"label": "Disabled",
|
"label": "Disabled",
|
||||||
|
|
Loading…
Reference in New Issue