2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-20 03:09:36 +03:00
Commit Graph

245 Commits

Author SHA1 Message Date
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
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
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
Jeff Sagal 69476deec9 - fixes Safari search input appearance
- numerous fixes for consistent browser styling
- fixes/adds default transition for dropdown
- removes debounce as a prop
- removes unused transitions on list items
- removes unnecessary styles
2017-03-12 20:07:35 -07:00
Jeff Sagal 61c6fa2c1c add webkit prefix to appearance 2017-03-11 23:19:06 -08:00
Jeff Sagal 51074175bd bump readme, add code climate excluded folders 2017-03-11 18:28:08 -08:00
Jeff Sagal b3dd16ac24 Closes #124
Closes #148

- build for v2.1.0
- bump version
- update readme
v2.1.0
2017-03-11 16:43:46 -08:00
Jeff c151fadae6 Merge pull request #156 from sagalbot/simple-css
Simple css
2017-03-11 16:34:03 -08:00
Jeff Sagal ffbd2238b8 #124
- organize css
- switched 'selected' class back to 'active'
- remove specificity where possible
- add unsearchable and loading example to dev template
2017-03-11 16:27:36 -08:00
Jeff Sagal f67a352481 throw console warning if option[label] does not exist, prevents TypeError from breaking page
closes #155
v2.0.1
2017-03-09 12:55:44 -08:00
Jeff Sagal e202474905 WIP
remove clearfix class
clean up spacing in css
add unsearchable class to dropdown
2017-03-09 11:29:08 -08:00
Jeff Sagal ea11bc26d5 WIP #141 #124
- add necessary styles to work without bootstrap
- update bootstrap 4 compatibility
2017-02-21 23:08:37 -08:00
WITT-AD\Micgme 5b4b72147a update docs 2017-02-09 18:31:20 +01:00
WITT-AD\Micgme 861d457944 make id of input-element customizeable 2017-02-09 18:24:46 +01:00
Jeff Sagal e1a100a2a8 bump js bin example 2017-02-04 23:24:48 -08:00
Jeff Sagal 6c037e0500 more details in readme 2017-02-04 20:19:51 -08:00
Jeff Sagal d2aa19ee2c readme formatting 2017-02-04 20:08:41 -08:00
Jeff Sagal 37ffabf25e better install instructions in readme 2017-02-04 20:06:51 -08:00
Jeff Sagal 4056466cff readme typo 2017-02-04 18:18:59 -08:00
Jeff Sagal 79a586cc81 merge vue2 into master 🚀🚀🚀🚀 v2.0.0 2017-02-03 17:04:46 -08:00
Jeff Sagal 3aa7761dcd Vue 2 release! 🚀 2017-02-03 16:54:59 -08:00
Jeff Sagal a02005bfd4 final readme bump 2017-02-03 16:53:25 -08:00
Jeff Sagal 9ef4dbdf3d small readme edits 2017-02-03 16:51:56 -08:00
Jeff Sagal 156fcb1130 - fix Vue 2 peer dependency
- fix typo in readme
- add test coverage for focus/blur events
2017-02-03 16:39:07 -08:00