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

820 Commits

Author SHA1 Message Date
Lexxus a54c4123e9 Setup standard JavaScript liner rules 2017-12-29 11:20:03 +02:00
Jeff 7754a789f5 v2.3.1 release
Merged #348, #339, #379, #385, #386

Closes #210, #336, #173, #200, #53, #51, #52, #324,
v2.3.1
2017-12-09 10:38:19 -08:00
Jeff 5d5acb7a55 Merge pull request #385 from sagalbot/issue/324
disable autocomplete
2017-12-09 10:26:39 -08:00
Jeff 54006e280a Merge pull request #389 from sagalbot/feature/filterable-prop
Update filterOptions to filterable
2017-12-09 09:58:57 -08:00
Jeff 73e67a673b - add dev example
- rename `filterOptions` prop to `filterable`
- update tests
2017-12-09 09:50:30 -08:00
Jeff 283cb4f49b Merge pull request #386 from alfatraining/add-prop-to-disable-option-filtering
Add prop to disable option filtering
2017-12-09 09:43:49 -08:00
Eleftherios Pegiadis cb709e023e Update dist build files 2017-12-06 14:07:56 +02:00
Eleftherios Pegiadis ad06e313df Make filter options to not affect taggable vSelects 2017-12-06 14:07:56 +02:00
Eleftherios Pegiadis 602bffb90b Add test cases for the filterOptions prop 2017-12-06 14:07:56 +02:00
Jeff 926899353d disable autocomplete
fixes #324
2017-12-05 17:08:54 -08:00
Daniel Lohse 10d1897aa2 Compile dist files 2017-12-05 18:13:06 +01:00
Daniel Lohse 2bf2661405 Add option to disable filtering options by the search text
If the filtering is done on the server-side or the search text isn't
contained in the option text then this should be set to `false`.
2017-12-05 18:12:36 +01:00
Andrew fcf9a8e8b7 Add tests 2017-11-30 19:35:18 +11:00
Andrew 5465b77436 Add tests 2017-11-30 19:06:30 +11:00
Jeff f5d99a05f2 Merge pull request #379 from qdentity/tabindex-support
Add tabindex support
2017-11-27 09:51:15 -08:00
Jan-Willem 9b8b4dcc80 Add tabindex support 2017-11-27 10:16:41 +01:00
Adi Sahar 0d5bc6fbdc Remove redundant focus statement 2017-11-22 22:53:39 +02:00
Adi Sahar 503dd0117b Fix #106 2017-11-20 00:52:02 +02:00
Jeff 9e340b5c80 Merge pull request #332 from skojin/on-change-fix
on-change docs fix
2017-11-14 14:50:08 -08:00
Andrew a9ae09edc0 Add clear button to single select 2017-11-05 13:18:25 +11:00
Steven Kalt 47750233ba added test of custom filter function 2017-10-26 12:45:12 -04:00
Unknown e30a000dda valueAsArray to handle passed arrays
In the test suite sometimes a mutableValue array is passed when `multiple == false`. Using [].concat rather than an array literall allows valueAsArray to handle these cases.   [].concat could handle the case when `multiple == true` as well.
2017-10-26 12:26:00 -04:00
Unknown 10e8516639 Killed production tip in spec 2017-10-26 12:20:04 -04:00
Unknown a7562402c7 Modified spec to include warning of defective options objects 2017-10-26 12:19:23 -04:00
Unknown 57c084dd8b fallback truthiness check on option label
In case getOptionLabel somehow returns undefined. Overkill, but inexpensive overkill.
2017-10-26 12:18:30 -04:00
Unknown 014c51d1e7 Stylistic changes to getOptionLabel() default console.warn
Split into multiple lines, included stringified defective option object.
2017-10-26 12:16:54 -04:00
Steven Kalt 9a74882904 Merge branch 'master' of https://github.com/sagalbot/vue-select into patch-3 2017-10-26 11:28:07 -04:00
Jeff f26822cee6 Merge pull request #348 from andywarren86/master
Prevent interaction when component is disabled
2017-10-24 12:22:56 -07:00
Thom Hurks cbdc5982fd Add a higher level slot to labels so they can be customized completely 2017-10-23 22:16:41 +02:00
Andrew d6b822771b Prevent removal of items when disabled 2017-10-20 21:18:57 +11:00
Jeff f836eaeb6a Merge pull request #339 from cotej/master
remove old browserify configuration (fixes #173)
2017-10-11 10:03:37 -07:00
Jason Coté 14836b1a46 remove old browserify configuration (fixes #173) 2017-10-11 11:34:16 -04:00
Sergey Kojin d29f697f4c fix on-change example doc 2017-10-06 20:22:06 +03:00
Sergey Kojin caea72ec22 fix on-change example 2017-10-06 20:20:18 +03:00
Jeff 70b6c1289a v2.3.0 🎉 v2.3.0 2017-10-01 18:37:33 -07:00
Jeff 199701507c fixes tests from #249 2017-10-01 17:09:56 -07:00
Jeff 33491adef7 Merge pull request #249 from SpyTec/patch-1
Prevent submitting inside form
2017-10-01 17:07:54 -07:00
Jeff 8680a3daa7 remove old css 2017-10-01 16:25:27 -07:00
Jeff d9fd2fd36d improve RTL support rtl-support 2017-10-01 16:20:34 -07:00
Jeff 2960029375 Merge pull request #274 from adi518/master
Add RTL support
2017-10-01 16:03:24 -07:00
Jeff d1e6fdd38e Merge branch 'master' into master 2017-10-01 15:55:03 -07:00
Jeff 50f9bcc782 Merge pull request #297 from meteorlxy/patch-2
Add loadingText and noMatchText.
2017-10-01 15:34:23 -07:00
Jeff 64fda95663 - add disabled example
- fix rounded corners transition flash
v2.3.0-alpha
2017-10-01 13:57:51 -07:00
Jeff 93d06b5f87 remove type attribute from div 2017-10-01 13:47:56 -07:00
Jeff b8b5e59e54 Merge pull request #118 from evanslify/master
Add option to disable the entire component
2017-10-01 13:46:51 -07:00
Jeff 276bc86e2e Merge pull request #202 from edwindj/master
option and selected-option can be templated
2017-10-01 13:42:26 -07:00
Jeff 008253da72 Merge branch 'master' into master 2017-10-01 13:37:43 -07:00
Jeff 6fdc460609 add yarn start for dev 2017-10-01 13:34:38 -07:00
Jeff 018f3f7697 - add docs script to serve docs
- WIP updates to docs
- add vuejs theme
2017-10-01 13:22:50 -07:00
Jeff 365a5ee26d untrack _book folder 2017-10-01 13:11:11 -07:00