select option Selects an option based on its value. deselect option Deselects an option based on its value. remove option Alias for deselect. selectAll Selects all options if mode is tags or multiple. clear Des
At last! Dec 27, 2016 shentao v2.0.0-beta.13 73af1d9 Compare v2.0.0-beta.13 Pre-release Docs: New docshttps://monterail.github.io/vue-multiselect Breaking: Introduced scoped slots forcustom option templates Changed:local-searchto:internal-search. ...
select option Selects an option based on its value. deselect option Deselects an option based on its value. remove option Alias for deselect. selectAll Selects all options if mode is tags or multiple. clear Deselects all selected options. clearSearch Clears current search query. refreshOptions...
select option Selects an option based on its value. deselect option Deselects an option based on its value. remove option Alias for deselect. selectAll Selects all options if mode is tags or multiple. clear Deselects all selected options. clearSearch Clears current search query. refreshOptions...
image"> {{ option.name }} <i v-if="!disabled" @click.prevent @mousedown.prevent.stop="handleTagRemove(option, $event)" /> </div> </template> </Multiselect> </template> <style> .multiselect-tag.is-user { padding: 5px 8px; border-radius: 22px; background: #35495e; margin: 3px...