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 03917c4d52 use test-utils beta-20 2019-02-10 17:40:24 -08:00
Jeff 8c00aa4e0e fix failing test 2019-02-10 17:40:02 -08:00
Jeff 88291d0166 fix failing test 2019-02-10 17:37:23 -08:00
Jeff f83d0db077 remove .only 2019-02-10 17:35:30 -08:00
Jeff 5bb92d8963 fix failing test 2019-02-10 17:35:16 -08:00
Jeff b17fce0ad8 test fixes 2019-02-10 16:43:19 -08:00
Jeff 317d8a30b8 update deps 2019-02-10 16:42:45 -08:00
Jeff e03c642615 add Jest suite from vue-cli-3 branch 2019-02-10 14:38:30 -08:00
Jeff 4ed24ab2e3 update Karma package deps, fix for yarn install 2019-02-10 12:30:54 -08:00
Jeff 09ed48c103 Merge branch 'master' of https://github.com/yamsellem/vue-select into yamsellem-master
# Conflicts:
#	.gitignore
2019-02-09 17:14:44 -08:00
Jeff 182e11b3ea fix failing tests 2019-02-09 16:50:34 -08:00
Jeff 2a6b5410e2 Merge branch 'master' of https://github.com/TaylorDale/vue-select into TaylorDale-master 2019-02-09 16:35:34 -08:00
Jeff 8a601c0ac3 Merge branch 'fix_for_issue_671' of https://github.com/totola-clx/vue-select into totola-clx-fix_for_issue_671
# Conflicts:
#	src/components/Select.vue
2019-02-09 15:36:26 -08:00
Jeff f5b2a32227 Merge branch 'MrStobbart-master' 2019-02-09 15:29:00 -08:00
Jeff de0f46485a Merge branch 'master' of https://github.com/MrStobbart/vue-select into MrStobbart-master
# Conflicts:
#	dist/vue-select.js
#	dist/vue-select.js.map
2019-02-09 15:16:23 -08:00
Erik Nygren 85ae9771f0 Make autocomplete value a prop (#730)
What
---
- Turn the autocomplete value on the `input` configurable by exposing it
as a prop.

Why
---
So it can be customised, which can be necessary to help developers show
or hide autocomplete forms as they wish.
2019-02-09 15:05:00 -08:00
Jeff Sagal fdd0d535e1 stop tracking dist files (#747) 2019-02-09 15:00:49 -08:00
Marco 11b7586bc8 Delete key clears vue-select even if clearable is false (#723)
* Update Select.vue

* Update vue-select.js
2019-02-09 14:55:19 -08:00
yoshihiro nomura 96ff76649b show scroll area only when necessary (#744) 2019-02-09 13:53:58 -08:00
Jeff Sagal 51e7a42f3f bump readme (#745) 2019-02-08 11:53:53 -08:00
Marek Meyer 18416ba6e2 Added fix for #732 2019-02-08 14:02:57 +01:00
Marek Meyer 4d78e7a956 Added dist to #703 2019-02-08 13:48:53 +01:00
yamsellem 09165c4a0a Bump dev dependencies (webpack 4, babel 7, etc), replace build files by webpack config, use webpack-dev-server 2019-01-15 19:26:38 +01:00
TaylorDale 435ae6e336 Only emit input on actual input events
Seperated it from the change event, which will still occur upon any change of value (programmatic, user, whathaveyou)
2018-12-10 12:10:50 +10:00
Pyro979 623df819ae Proposed fix for #648 (#664)
The components can't focus and the dropdown can't close when clicking 'Sorry, no matching options' 
https://github.com/sagalbot/vue-select/issues/648
2018-12-05 10:19:30 -08:00
bender-x 582c370ed9 import vSelected from 'vue-select' (#707) 2018-12-05 10:11:14 -08:00
Marek Meyer ba4462a514 Refactoring for pull request #703 2018-11-19 11:59:10 +01:00
Marek Meyer cacacfc5a8 Improved fix for unresponsive vue-select after clicking custom no-options to not reintroduce old IE bug (#703) 2018-11-17 11:49:00 +01:00
Marek Meyer 17c06c08b0 Fixed examples to work in internet explorer (replaces template string syntax) (#703) 2018-11-17 11:49:00 +01:00
Marek Meyer 3d6d097125 Removed useless if statement (#703) 2018-11-17 11:49:00 +01:00
Marek Meyer a039a00c4f Fixed naming of new dev.html vue select field (#703) 2018-11-17 11:49:00 +01:00
Marek Meyer 88ed8d4819 Fixed unresponsive vue-select after clicking custom no-options (#703) 2018-11-17 11:48:57 +01:00
Cristian Totola a5f6add768 Updated with Magnum5234 tip 2018-11-12 17:27:14 +01:00
Cristian Totola b03868c449 Fixes #671. The method isOptionSelected on options of type 'object' was cycling but no returning after an existing option was found (true), resetting to false on next option. 2018-10-25 10:24:13 +02:00
Myles Cowper-Coles e0584cda96 Adding the 'clearable' prop to the docs (#649)
What:

* Adding clearable to the gitbook Props.md

Why:

* Its a prop on the select component but it wasn't documented correctly
2018-09-17 09:18:13 -07:00
Jeff c2b92c98b7 WIP: wrap search input in scoped slot, move attributes to computed prop 2018-09-16 19:34:40 -07:00
andonovn 8c622b6331 Changed the filterFunction prop to filterBy (#645)
The `filterFunction` prop does not exist in the source code. There is one called `filterBy` and I think it was just renamed at some point and you forgot to reflect it into the docs. That's just a blind guess tho, but I lost some time figuring out why the documented prop is not working, and that's why I decided to fix it. Hopefully others won't lost time on that, too :)
2018-09-15 17:45:32 -07:00
Jeff a505177900 🚀 v2.5.1 v2.5.1 v2.4.1 2018-09-12 17:28:27 -07:00
Jeff Sagal 3024f13480 Bug/629 show selected value (#631)
* Show current selection before searching

* remove 'hidden' input class
remove left border on input, adjust padding

* Set 0 width for search input
2018-09-06 08:15:55 -07:00
Jeff c948859e13 cleanup 2018-09-05 08:07:21 -07:00
Jeff fc9328d438 fix codepen heights 2018-09-05 08:07:02 -07:00
Steven Harman 9262863514 Do not hide input while loading options. (#621)
Adding the `.hidden` class to the input while loading would cause it to
lose padding. This would cause the text to "jump" back and forth.
2018-09-05 07:23:36 -07:00
Jeff fb2d24f6df 🚀 v2.5.0 v2.5.0 2018-09-04 09:54:15 -07:00
Jeff b48fd94e4f add codepen theme
fix templating pen height
2018-08-15 17:00:20 -07:00
Jeff b5cd24776f don't wrap the prop headings in code 2018-08-15 11:48:30 -07:00
Jeff 6a6b2359e8 ditch the top nav 2018-08-15 11:48:10 -07:00
Jeff 0564a9277c codepen embed hack 2018-08-15 11:47:53 -07:00
Jeff f41ebdebb2 use local component for compatibility with SSR 2018-08-15 11:47:02 -07:00
Jeff d86610098f might as well just do it all in once commit 🤷‍♂️ 2018-08-14 10:12:30 -07:00
Jeff 33a12c1da6 bump readme 2018-08-12 22:36:32 -07:00