@renanhangai/vue-select
v0.1.6
Published
Vue Select
Readme
vue-select
Select component
Props
itemsThe 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.
placeholderThe placeholder when no field is selected
multipleBooleanflag to allow multiple selected values (default: false)searchBooleanflag to show the search field or not (default: true)
