v1.2.0 - AJAX & UMD Bundle
New
- added
onSearch
callback prop allows developers to load options via ajax. - added
debounce
prop to preventonSearch
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.