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
Jeff 1c37bd2fa3 start of gitbook implementation 2017-09-03 11:26:03 -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
Jeff afca6bf11c fixes #286 2017-08-16 12:18:39 -07: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
Jeff 7a2fad6933 Merge pull request #244 from ThomHurks/improve-accessibility
Use aria-label to improve component accessibility
2017-06-29 11:07:36 -07:00
Thom Hurks bf14cc50c8 Use aria-label to improve component accessibility 2017-06-29 00:44:36 +02:00
Jeff 0ce4921252 Merge pull request #197 from alsotang/patch-1
Update InstallSnippet.vue
2017-05-16 12:57:06 -07:00
Jeff 916d76a3ef Merge pull request #198 from alsotang/patch-2
Update Examples.vue
2017-05-16 12:56:42 -07:00
Jeff fb5366575a Merge pull request #199 from alsotang/patch-3
Update ReactiveOptions.md
2017-05-16 12:56:16 -07:00
Edwin de Jonge 7c76102718 removed 2017-05-02 10:23:13 +02:00
Edwin de Jonge 7c6217bc47 adding custom template for option and selected-option 2017-05-02 10:20:56 +02:00
alsotang b095dfd22f Update ReactiveOptions.md
typo
2017-04-26 17:16:18 +08:00
alsotang f3e6e755c9 Update Examples.vue
typo
2017-04-26 17:11:56 +08:00
alsotang 87a1d4cd0a Update InstallSnippet.vue
typo
2017-04-26 17:10:24 +08: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
Jeff aabc43c903 Merge pull request #172 from koriroys/master
Add option to allow closing a multi-select when a value is selected
2017-04-19 18:41:24 -07:00
Brandon Bey 1f8b30164e Added code coverage for the additional logic. 2017-04-03 12:32:31 -07:00
Kori Roys 68b67e3297 improve description 2017-04-01 12:10:01 +02:00
Kori Roys 8d1c649cf0 document closeOnSelect option 2017-04-01 12:07:38 +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
Brandon Bey 536606e0fa Added a default v-select to the dev page
- so I could test the behaviour of a searchable single select
2017-03-31 12:30:19 -07:00
Jeff 7f8c547850 Create CONTRIBUTING.md 2017-03-31 12:18:03 -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 90981a5a7f Merge pull request #168 from sagalbot/patch-readme
Update README.md
2017-03-23 09:08:19 -07:00
Jeff a8ace39d4c Update README.md
add trello and codepen links
2017-03-23 09:08:10 -07: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 Sagal fc16810087 create dist, bump package for v2.2.0 🚀 v2.2.0 2017-03-22 18:44:38 -07:00
Jeff Sagal 0ffa945560 use latest bootstrap alpha in dev template 2017-03-22 18:38:22 -07:00
Jeff a53bf5bf33 Merge pull request #167 from sagalbot/mutableloading
Mutableloading
2017-03-22 18:35:43 -07:00
Jeff Sagal 8a17aef811 better dev template for ajax 2017-03-22 18:35:12 -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 b3696df87b Merge pull request #166 from sagalbot/bootstrap4-hotfix
.dropdown-menu is hidden by default in 4.0.0-alpha.6
2017-03-22 17:51:53 -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 4581d732dc Merge pull request #162 from sagalbot/fix-loading-regression
Fix loading regression
2017-03-16 15:40:53 -07:00
Jeff Sagal 546418da1f - fix variable reference (showLoading should have been mutableLoading) in ajax mixin and specs
- add `search` event fired at same time as callback
2017-03-16 15:38:40 -07: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
Jeff da12f960eb Merge pull request #159 from ss44/master
Readme Fix
2017-03-13 10:21:48 -07:00
Shinda Singh bd462a6d7a Merge pull request #1 from ss44/component-init-doc-fix
Update to README.md
2017-03-13 13:18:16 -04:00
Shinda Singh 4961374592 Update README.md
fixed component registration syntax.
2017-03-13 12:49:30 -04:00
Jeff 6e72a6c0ed Merge pull request #158 from sagalbot/css-improvements
Browser Consistency
2017-03-12 20:38:57 -07:00