Array
Type: array
Aliases: array, list
Array Form State:
{
"yoArray": [],
"robots": [],
"listing": []
}Checkbox Array
Type: checkbox-array
Aliases: checkbox-array, checkbox-list
Checkbox Array Form State:
{
"colors": [
"green"
],
"readonly-colors": [
"green"
],
"colors-alt": []
}Checkbox Boolean
Type: checkbox-boolean
Aliases: checkbox-boolean, checkbox
Checkbox Boolean Form State:
{
"readonly-checkbox-boolean": true,
"checkbox-boolean": true,
"checkbox": true
}Fields
Type: fields
Aliases: fields, fieldset
Fields Form State:
{
"folder": {
"type": "folder",
"name": "",
"children": []
},
"groupedFieldsClassic": {
"section1Field1": "",
"section1Field2": "",
"section2Field1": "",
"section2Field2": ""
}
}Grouped Fields
Type: grouped-fields
Grouped fields are the best!
Grouped Fields Form State:
{
"groupedFields": ""
}Pretty Select
Type: pretty-select
Tres colores
Pretty Select Form State:
{
"size": "S",
"readonlySize": "S",
"colors1": "",
"colors2": "",
"colors3": "some default value",
"alphabet": "",
"loading": "",
"empty": "",
"prettyBoolean": "",
"no-search": "S",
"section-select": ""
}Pretty Text
Type: pretty-text
Aliases: pretty-text, pretty-textarea
Pretty Text Form State:
{
"prettyText": "Hi there {{firstName}} {{lastName}} {{middleName}}.",
"integerPrettyText": 1,
"integerPrettyTextGrouped": 1,
"readonlyPrettyText": "Nah nah you can't edit me",
"nestedPrettyText": "Hi there {{firstName}} {{lastName}} {{middleName}}.",
"prettyTextDynamic": ""
}Single Line String
Type: single-line-string
Aliases: single-line-string, string
help for the single line string field
help for the required name field
Single Line String Form State:
{
"single-line-string": "",
"name": "Unknown",
"readonlyName": "Bob",
"disabledName": "Robert",
"path": ""
}