2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

fix typeahead select

This commit is contained in:
Jeff Sagal
2016-03-01 22:06:02 -08:00
parent 08b8e21ad9
commit f7b4e6e4f4
4 changed files with 33 additions and 12 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
# vue-select
Rather than bringing in jQuery just to use Select2 or Chosen, this VueJS component provides similar functionality without the extra overhead of jQuery.
Rather than bringing in jQuery just to use Select2 or Chosen, this Vue.js component provides similar functionality without the extra overhead of jQuery.
#### Features
- typeahead auto-scompletion
- bootstrap styling
- typeahead auto-completion
- options param accepts simple arrays, and arrays of objects: `['foo','bar']` or `[{label: 'Foo', value: 'foo'}, {label: 'Bar', value: 'bar'}]`