select
Special properties of field
selectOptions
selectOptionsUsage
Select field with array of strings:
{
type: "select",
label: "Type",
model: "type",
values: [
"Personal",
"Business"
]
}Select field with object items:
Creating an <optgroup> with Select field:
<optgroup> with Select field:Last updated
Was this helpful?