2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-26 04:34:04 +03:00
Commit Graph

61 Commits

Author SHA1 Message Date
Jeff Sagal f8e549306a use keydown for moving pointer, resolves #45 2016-05-31 18:35:01 -07:00
Jeff Sagal 737ab8d1fc separate logic into mixin, complete test coverage with mocks and spies 2016-05-31 13:54:36 -07:00
Jeff Sagal cf87f838fd remove wrapper, start add tests 2016-05-31 10:18:55 -07:00
Jeff Sagal eb003ef987 working concept 2016-05-30 14:51:05 -07:00
Jeff Sagal 7ba45e9d10 minimal progress 2016-05-30 09:56:42 -07:00
Jeff Sagal 1607c6eddb remove getOptionValue() 2016-05-29 20:25:04 -07:00
Jeff Sagal 2888ab2b3f refactor static assets, css to scss 2016-05-29 19:05:25 -07:00
Jeff Sagal 560a42bb67 Update deps, organize static assets, ignore /dist 2016-05-29 13:11:38 -07:00
Jeff Sagal 75c9032d70 add badges, update verbiage, run build for demo 2016-05-28 14:34:50 -07:00
Jeff Sagal 875c26a48e all .close button using helvetica in demo 2016-05-28 12:04:57 -07:00
Jeff Sagal 03ba6376e3 bump test coverage up to 95%, deprecate getOptionValue, small optimizations 2016-05-28 11:58:18 -07:00
Jeff Sagal bd7dabc639 taggable demo 2016-05-26 21:15:01 -07:00
Jeff Sagal 5214b56885 Potentially ready to merge! 2016-05-26 17:10:07 -07:00
Jeff Sagal 655e612aaf tagging 90% complete 2016-05-26 16:13:00 -07:00
Jeff Sagal 9af491be45 Merge branch 'master' into taggable 2016-05-26 13:22:25 -07:00
Jeff Sagal e330dec34b slight verbiage update 2016-05-26 13:21:26 -07:00
Jeff Sagal e675e17848 documentation overhaul 2016-05-26 13:14:17 -07:00
Jeff Sagal de95ccbeba Merge branch 'master' of github.com:sagalbot/vue-select 2016-05-25 19:15:09 -07:00
Jeff Sagal 603ff0ddfc add a slot to adjust no-options verbiage 2016-05-25 19:14:20 -07:00
Jeff 4e0d8345c8 Merge pull request #37 from HParton/master
Use keydown instead of keyup to check maybeDeleteValue
2016-05-25 19:08:10 -07:00
Jeff Sagal 29e65df42f improved demo page 2016-05-25 15:08:19 -07:00
Harry Parton 0cf0a5c5f8 Use keydown instead of keyup to check maybeDeleteValue 2016-05-15 22:40:16 +01:00
Jeff Sagal 1f35669191 use bottom instead of top for open-indicator 2016-05-09 16:08:22 -07:00
Jeff Sagal 4d5ee5434a unscope styles, remove glyphicon dependency 2016-05-09 14:21:40 -07:00
nanotronic f7b24d47e0 fix call stack exceeded 2016-04-13 20:23:13 +02:00
nanotronic fd3bf874ad fix typo 2016-04-11 18:47:51 +02:00
nanotronic 26aded20e6 merge upstream 2016-04-11 18:42:26 +02:00
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
nanotronic 179bb5c346 use es6 spread 2016-03-24 16:01:09 +01:00
nanotronic 22591d1542 Let user add options from search 2016-03-24 15:29:32 +01: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