Skip to content

Vue 2.0 Compatible

Compare
Choose a tag to compare
@sagalbot sagalbot released this 04 Feb 01:13
· 634 commits to master since this release

New

  • vue-select is now compatible with Vue 2.x
  • v-model syntax can now be used instead of value.sync
    • <v-select v-model="value"></v-select>
  • added search:focus and search:blur events for search input
  • added input event when selected value changes
  • significantly improved development environment
  • added no-drop property to allow for a v-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.