Browse Source

Add steps option to form

pull/2387/head
Andrew Kingston 5 years ago
parent
commit
a1aa2df3cd
  1. 10
      packages/standard-components/manifest.json

10
packages/standard-components/manifest.json

@ -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",

Loading…
Cancel
Save