selectEx
Special properties of field
selectOptions
Usage
Multiple select list with array of strings:
{
type: "selectEx",
label: "Skills",
model: "skills",
multi: true,
required: true,
multiSelect: true,
selectOptions: {
liveSearch: true,
maxOptions: 3,
size: 4,
selectedTextFormat: "count > 3"
},
values: [
"HTML5",
"Javascript",
"CSS3",
"CoffeeScript",
"AngularJS",
"ReactJS",
"VueJS"
]
}Simple select list:
Last updated
Was this helpful?