Add steps option to form

This commit is contained in:
Andrew Kingston 2021-08-17 14:10:03 +01:00
parent cbcffd0a4a
commit 2496dd6f14
1 changed files with 9 additions and 1 deletions

View File

@ -1705,7 +1705,8 @@
"illegalChildren": ["section"],
"actions": [
"ValidateForm",
"ClearForm"
"ClearForm",
"NextFormStep"
],
"styles": ["size"],
"settings": [
@ -1725,6 +1726,13 @@
"label": "Custom"
}
},
{
"type": "select",
"label": "Steps",
"key": "steps",
"defaultValue": "1",
"options": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
},
{
"type": "boolean",
"label": "Disabled",