New
vue-select
is now compatible with Vue2.x
v-model
syntax can now be used instead ofvalue.sync
<v-select v-model="value"></v-select>
- added
search:focus
andsearch:blur
events for search input - added
input
event when selected value changes - significantly improved development environment
- added
no-drop
property to allow for av-select
with no dropdown - useful for taggable selects - closes #94
Note that the docs site has not been updated yet, this is next on the list. Refer to the readme for now.