Rajesh Akkineni
d1f3a57fff
Upgraded versions to support template compilation rendering
2016-10-19 19:50:15 +05:30
Rajesh Akkineni
2ea337e1dc
Mograted to Vue2.0
2016-10-19 18:15:14 +05:30
Dean Tedesco
a7d3d8f1bc
Changed implementation of non searchable option.
...
This now uses the same input field but makes it readonly instead of trying to swap it out for a non focusable element in turn causing the following issues:
* styling is different
* element is not focusable
* keyboard support - navigating options is disabled
* cannot tab to component
2016-09-29 11:46:27 +10:00
Jeff Sagal
b538fb43f2
don't require onSearch to be true to display spinner
2016-08-15 16:51:40 -07:00
Jeff Sagal
afdc4da785
manually track down options when deselecting instead of relying on array.$remove, fixes #74
2016-07-11 22:13:43 -07:00
Jeff Sagal
6eead7a702
resetOnOptionsChange true by default, remove redundant test
2016-07-11 16:29:18 -07:00
Jeff Sagal
7c96fb5813
remove stray coverage file
2016-07-11 16:21:35 -07:00
Jeff Sagal
005f941834
- create transpiled umd module
...
- breaking changes for requireJS
- /umd/vue-select moved to /dist/vue-select
2016-07-04 13:00:35 -07:00
Blaine Ehrhart
361aba64d9
Added resetOnOptionsChange parameter to allow changing the options of the select without resetting the value. This is extra useful for ajax request, especially slow ajax requests
2016-06-20 16:17:00 -07:00
Blaine Ehrhart
46119f84a9
Fixing a scrollbar bug when the list is loading
...
The negative text indent will cause the scrollbars to go berserk as the loading text gets rotated around the view port. Overflow hidden insures the text outside the spinner is not displayed.
2016-06-17 10:31:57 -07:00
Jeff Sagal
0a15c00b0c
fix #54 and add regression test, use 2 space indents
2016-06-16 15:00:08 -07:00
Jeff Sagal
fe5372fb10
Merge branch 'master' into umd
...
# Conflicts:
# src/components/Select.vue
2016-06-15 21:33:16 -07:00
Jeff Sagal
bfae6b3068
add ajax to docs
2016-06-15 20:34:38 -07:00
Jeff Sagal
480bfc1c5f
ajax mixin 100% coverage, ready for production
2016-06-15 20:34:24 -07:00
Jeff Sagal
2653e5ee0a
move demo related files to /docs/ add gh-pages module
2016-06-10 14:35:14 -07:00
Jeff Sagal
43aa13c5d9
fine tune build, add bower.json
2016-06-10 11:24:05 -07:00
Sven Luijten
89396709ad
change install snippet on GitHub pages
2016-06-05 19:30:16 +02:00
Jeff Sagal
699e5de0d7
Merge branch 'master' into mixins
...
# Conflicts:
# src/components/Select.vue
# src/mixins/pointerScroll.js
2016-06-03 11:00:25 -07:00
Jeff Sagal
49be0a1694
use module.exports for mixins
2016-06-02 10:55:49 -07:00
Jeff Sagal
6f8e28dfe0
fix function comment
2016-06-01 19:10:16 -07:00
Jeff Sagal
3344c19e3c
initial idea
2016-06-01 10:28:31 -07:00
Jeff Sagal
f8e549306a
use keydown for moving pointer, resolves #45
2016-05-31 18:35:01 -07:00
Jeff Sagal
3c668fd45e
separate typeahead pointer logic into mixin
2016-05-31 17:11:13 -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