Commit graph

131 commits

Author SHA1 Message Date
任珽
cd8f1be839 fixed bug #4466 #4300 2018-09-25 15:04:56 +08:00
梁灏
bef01c91c1 it will make a new bug, so revert 2018-09-25 09:45:24 +08:00
梁灏
e27b704af9 fixed #4273 2018-09-18 16:22:46 +08:00
Aresn
207199457b
Revert "Fix select" 2018-09-18 16:18:55 +08:00
Aresn
bb6d1eeb94
Merge pull request #4403 from oyv1cent/fix-select
Fix select
2018-09-18 14:26:48 +08:00
梁灏
7bafe9d94c fixes #4453 #4480 #4462 2018-09-10 16:10:35 +08:00
oyv1cent
b3279b71d9 fix select 2018-08-30 00:28:32 +08:00
vincentfintend
902a2cf595 fix 2018-08-27 16:08:13 +08:00
Aresn
19b6c005b3
Merge pull request #3925 from losadaem/select-with-disable-clearable
select: don't allow to clear the selected option when disabled (fix #3924)
2018-08-09 16:51:57 +08:00
梁灏
74ef0a6ae1 fixed #4194 2018-08-08 15:18:24 +08:00
梁灏
fe5ffd7f3f fixed #4196 #4165 2018-08-07 16:35:27 +08:00
梁灏
be2c319831 Select support global setting 2018-06-28 14:13:31 +08:00
梁灏
517917a2ad add global setting $IVIEW 2018-06-28 11:48:30 +08:00
梁灏
9eba26feaa update Select Icons 2018-06-25 13:16:06 +08:00
Emilio Losada
9050e61c29 fix(select): don't allow to clear the selected option when disabled
close #3924
2018-06-19 23:23:38 -04:00
Sergio Crisostomo
c741fa2ff1 Use label as query 2018-06-15 11:10:11 +02:00
m430
1d680640f7 fixed the multiple cannot be force set the query value. 2018-06-07 15:17:06 +08:00
郑敏
4403f97d44 fixed when selector is multiple mode error. 2018-06-07 14:57:22 +08:00
郑敏
78824cc259 fixed #3817 that the default value does't display bug. 2018-06-07 14:06:30 +08:00
郑敏
fdc71ffe95 reset the focus index setting. 2018-06-07 10:07:34 +08:00
郑敏
21f6940672 fixed #3817 #3836 2018-06-07 09:58:13 +08:00
郑敏
73b01ee06b fixed #3722 that check expected value status 2018-06-05 14:32:19 +08:00
郑敏
9ccd81961b fixed #3722 2018-06-05 14:00:16 +08:00
郑敏
0fb9d6453a fix bug #3795 2018-06-03 23:18:29 +08:00
Aresn
51a0842d9f
Merge pull request #3766 from Xotic750/Update-v-click-outside-x
Update v-click-outside-x and use project wide directive
2018-05-31 09:25:28 +08:00
Graham Fairweather
26369639b6 Update v-click-outside-x and use project wide directive 2018-05-30 15:29:46 +02:00
Sergio Crisostomo
f8620d9ad8 Fix autocomplete opening/closing 2018-05-30 12:14:22 +02:00
Sergio Crisostomo
5c846d28a6 Correct event propagation on transfer (fixes 3708 and 3695) 2018-05-29 14:10:07 +02:00
Sergio Crisostomo
743f6e0639 Be more hard on the reset 2018-05-29 12:41:26 +02:00
Sergio Crisostomo
1b39f56967 Use label first if available 2018-05-29 08:41:07 +02:00
Aresn
801a9c9d6d
Merge pull request #3739 from SergioCrisostomo/select-patches
Select improvements for edge cases
2018-05-29 09:45:54 +08:00
Sergio Crisostomo
9366c9a772 Select improvements for edge cases 2018-05-28 14:54:26 +02:00
luffyzhao
31e4380d96 还是要保留multiple判断 2018-05-25 14:01:53 +08:00
luffyzhao
583e23a43c 修复 'multiple' is assigned a value but never used no-unused-vars 2018-05-25 13:57:09 +08:00
luffyzhao
4107d6c4a5 修改select默认value为0不能选定的Bug 2018-05-25 13:45:16 +08:00
luffyzhao
c32a7412e8 select-binding-0 2018-05-25 11:59:36 +08:00
luffyzhao
861fe324b4 select-binding-0 2018-05-25 11:59:03 +08:00
luffyzhao
b4138675d4 select-binding-0 2018-05-25 11:37:15 +08:00
Graham Fairweather
4a9974f631 Normalise v-ckick-outside-x for Select 2018-05-22 07:33:43 +02:00
Aresn
997f2609f8
Merge pull request #3668 from Xotic750/fix_transpiled_module
Fix: Webpack is not configured to handle transpiling raw module, use …
2018-05-22 11:09:19 +08:00
梁灏
66f807edfb update Select
up / down key prevent scroll page
2018-05-22 10:42:59 +08:00
Graham Fairweather
8624560f9a Fix: Webpack is not configured to handle transpiling raw module, use pre-transpiled
This was breaking ie <= 11

https://github.com/iview/iview/issues/3325
2018-05-21 14:47:12 +02:00
Sergio Crisostomo
db5110c26a Allow wider search pattern for filterable 2018-05-21 10:49:54 +02:00
Sergio Crisostomo
5266c9054b Trim label so we can compare and use label better 2018-05-11 10:52:58 +02:00
Sergio Crisostomo
52cfcd662b Keep last selected option index 2018-05-11 10:52:25 +02:00
Sergio Crisostomo
1376a01a72 Emit on-open-change events 2018-05-11 10:52:16 +02:00
Sergio Crisostomo
c3304bce34 correct unchangedQuery and queryStringMatchesSelectedOption logic and 2018-05-11 08:45:14 +02:00
Sergio Crisostomo
31788df30b Normalise behaviour when opening select with selected option present in options 2018-05-08 14:23:49 +02:00
Sergio Crisostomo
7dbde804d8 add on-clear event 2018-05-08 14:03:12 +02:00
Sergio Crisostomo
7e3fc4a522 close the menu if no option is focused on Enter 2018-05-08 11:38:04 +02:00