2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Commit Graph

82 Commits

Author SHA1 Message Date
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 2b191eafb9 update build for demo 2016-05-25 15:12:50 -07:00
Jeff Sagal 29e65df42f improved demo page 2016-05-25 15:08:19 -07:00
Jeff Sagal dbf18e20d1 bump readme 2016-05-25 12:32:13 -07:00
Jeff Sagal d303dd1062 update readme 2016-05-25 12:24:29 -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 0579a5f89b update deps 2016-05-09 15:46:58 -07:00
Jeff Sagal 4d5ee5434a unscope styles, remove glyphicon dependency 2016-05-09 14:21:40 -07:00
Jeff Sagal 078d24bbe2 vuex should be in devDependencies 2016-04-06 09:53:35 -07:00
Jeff b9b2deb8fd Merge pull request #26 from mkoterle/master
Issue #25 Update package.json, bumped version to 1.0.5
2016-04-05 08:41:49 -07:00
Jeff 409f4cd678 Merge pull request #27 from mkoterle/blur-on-select
Blur on select if not multiple.
2016-04-05 08:41:23 -07:00
Martin c9fa94530e Blur on select if not multiple 2016-04-05 15:56:03 +02:00
Martin a26fc9b214 Update package.json, bumped version to 1.0.5 2016-04-05 15:43:37 +02:00
Jeff eb865281d5 Merge pull request #24 from Coffcer/master
Hide the scroll-y if it do not need scroll.
2016-03-28 11:03:22 -07: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
Jeff b1ca20f294 Merge pull request #17 from calebporzio/li-css-issue
Fix CSS Conflict
2016-03-17 10:11:41 -07:00
Caleb Porzio 065f568b57 Fix "li:hover a" css conflict" 2016-03-17 11:12:37 -04:00
Jeff Sagal e436acc2de update build for demo 2016-03-16 14:32:05 -07:00
Jeff Sagal 5ed70d77ef update demo site to use Vuex (just a proof of concept), overhaul look and feel v1.0.5 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
Jeff Sagal 0729e7f2e2 run build 2016-03-14 11:29:47 -07:00
Jeff 0ac726191f Merge pull request #16 from owenconti/theme-addition
move opinionated styles to App.vue
2016-03-14 11:27:17 -07:00
Owen Conti fbc2c406db remove theme from documentation 2016-03-14 06:14:12 -06:00
Owen Conti 22abee3e25 uncomment animate.css stylesheet 2016-03-14 06:13:42 -06:00
Owen Conti a05499c75a ran builds 2016-03-14 06:12:30 -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
Jeff Sagal 94d4a33909 single run by default 2016-03-11 23:20:55 -08: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
Jeff Sagal f0f7c671ce update contributing section 2016-03-11 11:37:13 -08:00
Jeff Sagal 308c9583dc update readme with travis icon and contributing info 2016-03-11 11:36:24 -08:00
Jeff Sagal f808bb4006 add travis config 2016-03-11 11:20:37 -08:00
Jeff c6bb8b7300 Merge pull request #14 from sagalbot/pr/12
also run assertions on labels, fix ‘resets the selected values when the
2016-03-11 11:18:40 -08:00
Jeff f03d4f67e4 Merge pull request #12 from owenconti/fix-pre-selected-objects-array
Pre-selected tests
2016-03-11 11:16:05 -08:00
Jeff Sagal b894ea7637 also run assertions on labels, fix ‘resets the selected values when the
options property changes’ test
2016-03-11 11:07:18 -08:00
Owen Conti 1d37384446 ran build 2016-03-10 21:30:21 -07:00
Owen Conti c5f9d2e04c fix preselected tests 2016-03-10 21:27:47 -07:00
Jeff ca63cae809 Merge pull request #9 from owenconti/master
Fixed alignment differences between single and multiple options
2016-03-10 18:28:26 -08:00
Owen Conti b29b7e8965 fixed alignment differences between single and multiple options 2016-03-10 19:13:31 -07:00
Jeff Sagal 51412464c9 update dist/build for demo site 2016-03-10 15:29:00 -08:00
Jeff Sagal 2340c916d9 add GA for demo site 2016-03-10 15:23:29 -08:00