Selects

NSelect
Name
Type
Default
Description
options
[Array, Function]
--

An array of options or an async function that returns an array of objects [{ label: 'Cat', value: 'cat' }]

label-prop
String
label

Property of the option object to use as label

value-prop
String
value

Property of the option object to use as value

match-props
Array
--

Option properties to match search keyword against, e.g. in an array of options containing user info, you may want to search against name and username, while the label might be full name

return-object
Boolean
--

Return value is an object or array of objects

multiple
Boolean
--

Allow multiple values

search-placeholder
String
Enter search keyword

Text to show as the search input placeholder

Default Select

Select...

Current value:

Multiselect

Select...
Please select up to 5 countries

Current value: []

Select Slots

Select...

Current value: []

Remote Data

Search by name

Current value: []

Free Tags

Select...
Select...

Current value: { "single": null, "multiple": [] }