Skip to content

v1.2.0 - AJAX & UMD Bundle

Compare
Choose a tag to compare
@sagalbot sagalbot released this 16 Jun 04:55
· 685 commits to master since this release

New

  • added onSearch callback prop allows developers to load options via ajax.
  • added debounce prop to prevent onSearch from being called before input is complete.
  • added loading prop for toggling UI loading state
  • umd/vue-select.js is a compiled version of vue-select bundled into a UMD module for use with CommonJS/RequireJS.
  • typeAheadPointer logic has now been refactored into a mixin, along with typeAheadScroll, and ajax.

See the docs for an example of using ajax with vue-select.

Fixes #2, #42.