0.1.6 • Published 7 years ago
@renanhangai/vue-select v0.1.6
vue-select
Select component
Props
items
The options for the select, can be any of the types below:
null
: The dropdown will show a loading messageArray
: Array of objects or strings containing the optionsString
: Message to appear on the dropdownFunction
: A function that receives the search string and may return any of the above, or a promise that resolves to any of the above types.
placeholder
The placeholder when no field is selected
multiple
Boolean
flag to allow multiple selected values (default: false)search
Boolean
flag to show the search field or not (default: true)