selectEx
This is a select list field for multiple selection.
Please note, this field depend on the following library:
Special properties of field
Property
Default
Accepted values
Description
multiSelect
none
Boolean
If true
, you can select multiple items. In this case the value will be an Array
values
none
Array
or Function
List of items. It can be an array with items, or a function, what is resulted an array. The item will be a String
or an object with an id
and a name
properties.
selectOptions
{}
Object
selectOptions
@TODO
Usage
Multiple select list with array of strings:
Simple select list:
Last updated