selectEx
Last updated
Last updated
This is a select list field for multiple selection.
Please note, this field depend on the following library:
@TODO
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
Settings to select component. Read more info from options