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

453 Commits

Author SHA1 Message Date
Jeff 7e859dca18 - add include-csv plugin
- adjust default codepen theme
- update github edit base
- doc content overhaul up to localization
2018-01-14 20:12:26 -08:00
Jeff b862761cbf more homepage styling 2018-01-13 17:00:50 -08:00
Jeff 0d62251558 - move gitbook files into their own folder at docs/gitbook
- rebuild homepage at `docs/homepage`
2018-01-13 15:11:17 -08:00
Jeff 022f6e8874 Merge branch 'master' into gitbook
# Conflicts:
#	docs/md/OnChange.md
2018-01-13 11:43:00 -08:00
Marko Zabreznik 592df533b7 Fix for https://github.com/sagalbot/vue-select/issues/350
Builds on https://github.com/sagalbot/vue-select/pull/420 and fixes the string options array edge case.

Added dev.html example.
2018-01-13 11:53:34 +01:00
Jeff 9a0d2d2e71 - add dev example
- expand slot props to include `multiple`, `disabled`
2018-01-13 00:39:40 -08:00
Jeff 4095643047 Merge branch 'pr/352'
# Conflicts:
#	src/components/Select.vue
2018-01-13 00:32:26 -08:00
Jeff 52fe67740f Merge pull request #419 from sagalbot/maintenance/update-dev-env
remove images, update `scope` attribute
2018-01-13 00:07:49 -08:00
Jeff b4779c8d16 remove images, update scope attribute 2018-01-13 00:07:14 -08:00
Jeff f4441aedb5 update travis config 2018-01-12 23:22:41 -08:00
Jeff 56394e6850 add test and example for filtering arrays of numbers 2018-01-12 23:22:24 -08:00
Jeff 2cffee27f6 rename filterMatch to filterBy 2018-01-12 22:53:13 -08:00
Jeff f530ab952b update jsdoc 2018-01-12 22:48:12 -08:00
Jeff 2646525f4a rename filterComparator to filterMatch, fix tests 2018-01-12 22:44:00 -08:00
Jeff 21ec385718 - add filter function prop
- rename `filterFunction` to `filterComparator`
- add dev example using fuse.js
- update jsdocs
- update tests
2018-01-12 22:39:04 -08:00
Jeff 81a99536f7 Merge branch 'master' into feature/custom-filter
# Conflicts:
#	dev.html
#	src/components/Select.vue
#	src/dev.js
2018-01-12 18:59:27 -08:00
Jeff 8063da9a21 Merge pull request #378 from SKalt/patch-3
Custom filter function, now with tests
2018-01-12 18:55:24 -08:00
Jeff aca7b5a248 add filter prop allowing full customization of filtering 2018-01-12 18:23:46 -08:00
Jeff ced1e3e31f 🚀 v2.4.0 v2.4.0 2018-01-09 09:32:00 -08:00
Jeff 0f8bb92f36 Merge pull request #416 from sagalbot/hotfix/clear-button-position
adjust clear button position
2018-01-09 09:29:13 -08:00
Jeff 9c96a965a2 adjust clear button position 2018-01-09 09:28:41 -08:00
Jeff e5498bb748 Merge pull request #368 from andywarren86/clear-button
Add clear button to single select
2018-01-09 09:20:27 -08:00
Jeff f8bc9c7405 🚀 v2.3.3 v2.3.3 2018-01-06 17:19:58 -08:00
Jeff 4045351829 Revert "🚀 v2.3.2"
This reverts commit 3fce66c341.
2018-01-06 17:17:33 -08:00
Jeff 3fce66c341 🚀 v2.3.2 v2.3.2 2018-01-06 17:12:21 -08:00
Jeff 34a955eb6e Merge pull request #414 from sagalbot/bug/unsearchable-input-cursor
use pointer on hover for unsearchable inputs
2018-01-06 17:06:11 -08:00
Jeff 56bfd68051 use pointer on hover for unsearchable inputs 2018-01-06 17:05:45 -08:00
Jeff 804c97a2f3 Merge pull request #413 from sagalbot/bug/selected-tag-jump
fixes selected tag jump
2018-01-06 16:55:26 -08:00
Jeff 9ade828e8e - remove float on search input
- hide unsearchable input
2018-01-06 16:53:03 -08:00
Jeff ccfb32b317 Merge pull request #412 from sagalbot/revert-407-bugfix/linter
Revert "Fix linter"
2018-01-04 16:54:26 -08:00
Jeff cb324e0240 Revert "Fix linter" 2018-01-04 16:53:29 -08:00
Jeff 97e295ba41 Merge pull request #407 from Lexxus/bugfix/linter
Fix linter
2018-01-04 16:51:03 -08:00
Lexxus 4bf6c0ce44 Fix code style issues 2017-12-29 12:07:15 +02:00
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