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
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
Jeff
70b6c1289a
v2.3.0 🎉
v2.3.0
2017-10-01 18:37:33 -07:00
Jeff
199701507c
fixes tests from #249
2017-10-01 17:09:56 -07: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
rtl-support
2017-10-01 16:20:34 -07:00
Jeff
2960029375
Merge pull request #274 from adi518/master
...
Add RTL support
2017-10-01 16:03:24 -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
v2.3.0-alpha
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
276bc86e2e
Merge pull request #202 from edwindj/master
...
option and selected-option can be templated
2017-10-01 13:42:26 -07:00
Jeff
008253da72
Merge branch 'master' into master
2017-10-01 13:37:43 -07:00
Jeff
6fdc460609
add yarn start for dev
2017-10-01 13:34:38 -07:00
meteorlxy
f3309ae708
Revert the props changes. Keep the changes for comments.
2017-08-30 04:39:06 +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