2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00
Commit Graph

132 Commits

Author SHA1 Message Date
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 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 56bfd68051 use pointer on hover for unsearchable inputs 2018-01-06 17:05:45 -08:00
Jeff 9ade828e8e - remove float on search input
- hide unsearchable input
2018-01-06 16:53:03 -08:00
Jeff 5d5acb7a55 Merge pull request #385 from sagalbot/issue/324
disable autocomplete
2017-12-09 10:26:39 -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 ad06e313df Make filter options to not affect taggable vSelects 2017-12-06 14:07:56 +02:00
Jeff 926899353d disable autocomplete
fixes #324
2017-12-05 17:08:54 -08: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
Jan-Willem 9b8b4dcc80 Add tabindex support 2017-11-27 10:16:41 +01:00
Andrew a9ae09edc0 Add clear button to single select 2017-11-05 13:18:25 +11: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 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
Andrew d6b822771b Prevent removal of items when disabled 2017-10-20 21:18:57 +11: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 2017-10-01 16:20:34 -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
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 008253da72 Merge branch 'master' into master 2017-10-01 13:37:43 -07:00
meteorlxy f3309ae708 Revert the props changes. Keep the changes for comments. 2017-08-30 04:39:06 +00:00
meteorlxy 04f77fedb2 Add custom filter function 2017-08-27 03:04:36 +00:00
meteorlxy 4247b4dfc1 Combine #295 and #296 2017-08-26 22:08:28 +00:00
meteorlxy da811e5313 Add loadingText and noMatchText. 2017-08-26 21:51:03 +00:00
adi f936c808ff Remove unsearchable CSS 2017-08-07 20:04:50 +03:00
adi 625ac80d53 Add RTL support 2017-08-02 14:33:33 +03:00
Eric 59b3b2fe01 Prevent submitting inside form
Forms submit when pressing enter (`keydown`), not when releasing (`keyup`).
2017-07-05 23:22:06 +02:00
Thom Hurks bf14cc50c8 Use aria-label to improve component accessibility 2017-06-29 00:44:36 +02:00
Edwin de Jonge 7c6217bc47 adding custom template for option and selected-option 2017-05-02 10:20:56 +02:00
Jeff 072bf4160d Merge pull request #171 from fidgetwidget/non-multiple-improvements
Added features to non multiple selects
2017-04-24 11:23:34 -07:00
Kori Roys 68b67e3297 improve description 2017-04-01 12:10:01 +02:00
Kori Roys ecd76ce4dd improving name for should-dropdown-close option. adding test 2017-04-01 12:07:19 +02:00
Brandon Bey 4bd8cc83cc Adjustments based on discussion with component owner
- Moved the single class up to the root .v-select tag
- Added a searching class when there is text in the search input
- Added clearing of search text on single when clear on select is set to true, 
otherwise dim the search text (for single, where clear on select is false)
2017-03-31 12:35:42 -07:00
Kori Roys 897b0d8fb2 Add option to allow closing a multi-select when a value is selected 2017-03-31 15:10:24 +02:00
Brandon Bey 5271ed7c70 Added features to non multiple selects
- added a single class to the selected-tag for non multiple selects
- added styling to the single selected-tag to differentiate it from the default
2017-03-30 16:21:18 -07:00
Evans Y 76fe00f956 Merge branch 'master' into master 2017-03-24 16:10:25 +08:00
Jeff 0e73e36f0f Merge pull request #129 from mgmeiner/master
Add ability to add id to the input element
2017-03-23 09:04:54 -07:00
Jeff a53bf5bf33 Merge pull request #167 from sagalbot/mutableloading
Mutableloading
2017-03-22 18:35:43 -07:00
Jeff Sagal bae486a8e3 - move mutableLoading data property to ajax mixin
- open dropdown only when not loading
- add watcher to keep loading synced with mutableLoading
2017-03-22 18:33:32 -07:00
Jeff Sagal 5be214ba6e .dropdown-menu is hidden by default in 4.0.0-alpha.6
#165
2017-03-22 17:51:27 -07:00
es e6c5967cf8 Merge remote-tracking branch 'upstream/disable-component' 2017-03-22 10:36:18 +08:00
es cb2883fcd6 Merge remote-tracking branch 'upstream/master' 2017-03-21 15:23:05 +08:00
Jeff Sagal 5470adbbd6 - switch back to transparent border on open dropdown toggle
- pull font-family up to .v-select
- add default box-shadow and background to dropdown menu
2017-03-13 12:46:14 -07:00