2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00
Commit Graph

32 Commits

Author SHA1 Message Date
Martin c9fa94530e Blur on select if not multiple 2016-04-05 15:56:03 +02:00
Coffcer 9483838d91 change overflow-y: scroll --> overflow-y: auto 2016-03-26 17:18:22 +08:00
Jeff Sagal a03909be6f better search padding 2016-03-17 19:10:59 -07:00
Caleb Porzio 065f568b57 Fix "li:hover a" css conflict" 2016-03-17 11:12:37 -04:00
Jeff Sagal 5ed70d77ef update demo site to use Vuex (just a proof of concept), overhaul look and feel 2016-03-16 10:58:21 -07:00
Jeff Sagal 9f58c32a52 - search input is 100% width when value is empty
- value is no longer required, two-way binding is not enforced
- add deprecated tag to maxHeight (this should just be changed with CSS)
- add onChange prop for Vuex compatibility
- fixed bug in isValueEmpty, added regression test
- added docblocks
2016-03-16 10:56:38 -07:00
Jeff Sagal 2449628d10 Merge branch 'master' into vuex 2016-03-15 14:35:07 -07:00
Jeff Sagal 7eba6990da init vuex compat 2016-03-15 14:34:43 -07:00
Jeff Sagal 2bb59891fc add custom label prop 2016-03-14 14:24:38 -07:00
Jeff Sagal eeffc32d07 added regression test to make sure tags are removed when close is clicked, commit 48dbade broke that functionality 2016-03-14 11:59:01 -07:00
Owen Conti fbc2c406db remove theme from documentation 2016-03-14 06:14:12 -06:00
Owen Conti 6b486f5e42 merge master into theme-addition 2016-03-14 06:11:30 -06:00
Owen Conti f9f92cde8a Drop theme prop, move theme CSS to App.vue, replace .alert class with .selected-tag 2016-03-14 06:09:55 -06:00
Jeff Sagal 48dbade94b Fixes #8, Fixes #6
open dropdown on focus, don't pop values on second return hit, reset typeaheadpointer on filtered options change
2016-03-13 18:46:58 -07:00
Owen Conti 2154a4f439 Added support for themes. Default vue-select to 'default' theme. Added 'cyan' theme. 2016-03-11 18:52:16 -07:00
Jeff Sagal 069fc990e2 onEscape blur() not close 2016-03-11 17:26:50 -08:00
Jeff Sagal 3b60efa9b7 Fixes #15
added regression test to ensure values are deleted properly
2016-03-11 14:38:19 -08:00
Owen Conti b29b7e8965 fixed alignment differences between single and multiple options 2016-03-10 19:13:31 -07:00
Jeff Sagal 7780e49192 fix focus/toggle issues 2016-03-10 12:21:05 -08:00
Jeff Sagal 8968d75c7d more doc work 2016-03-09 15:41:12 -08:00
Jeff Sagal e2c8e1daf6 add params to docs/readme, remove ajax prop 2016-03-09 15:22:00 -08:00
Jeff Sagal 6424aed818 demo styles 2016-03-09 12:42:01 -08:00
Jeff Sagal 2a36577708 better dropdown styles 2016-03-09 12:38:01 -08:00
Jeff Sagal 8617761ce9 add syntax highlighting and some styles to demo page 2016-03-09 12:34:08 -08:00
Jeff Sagal f3afb01e98 set typeAheadPointer on hover, reset value when options or multiple change 2016-03-08 18:42:30 -08:00
Jeff Sagal 9981742f52 value prop no longer has a required type, can accept null values 2016-03-08 14:26:59 -08:00
Jeff Sagal d182caa6b1 more tests 2016-03-08 14:10:43 -08:00
Jeff Sagal 50d1991641 enforce value param to be of type array 2016-03-07 16:42:49 -08:00
Jeff Sagal 91649c9808 typeahead select only if valid 2016-03-02 10:04:06 -08:00
Jeff Sagal e2b9a4a913 searchable by default 2016-03-01 22:15:01 -08:00
Jeff Sagal f7b4e6e4f4 fix typeahead select 2016-03-01 22:06:02 -08:00
Jeff Sagal 5d2038caf6 initial commit 2016-03-01 21:07:16 -08:00