Commit graph

92 commits

Author SHA1 Message Date
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
Sergio Crisostomo
16fc63614f stop propagation on ESC key 2018-05-08 11:34:15 +02:00
Sergio Crisostomo
220161f5ed Clean up empty/null entries 2018-05-08 11:15:49 +02:00
Sergio Crisostomo
7d14e70c6e Include both node and componentOptions children in lookup 2018-05-03 11:36:34 +02:00
Sergio Crisostomo
aa21cdf9c3 Process also shallow children and not only nested 2018-05-03 09:51:57 +02:00
Sergio Crisostomo
523e2c81fd correct match logic for i-option and Option 2018-05-03 07:03:46 +02:00
Aresn
88ef37f5bb
fixed in multiple type, wrong position of popper
fixed in multiple type, when select some options, the position of popper not recalculation, so the position is wrong. By the way, it resolve the problem: when select one option, scroll page, throw many errors of popper.
2018-05-03 10:36:42 +08:00
Sergio Crisostomo
06a74f9ed7 Allow select to navigate AutoComplete custom children 2018-05-02 07:03:37 +02:00
Sergio Crisostomo
f7f65c8410 reset query only if no slotOptions are present 2018-04-24 09:12:47 +02:00
Sergio Crisostomo
bc348e7ebf adapt to auto-complete 2018-04-24 08:54:46 +02:00
Sergio Crisostomo
ae7579e98d Fix input getters and logic for AutoComplete 2018-04-23 10:57:24 +02:00
Sergio Crisostomo
9ca6671c71 Check for selected label before reassignment 2018-04-23 10:57:24 +02:00
Sergio Crisostomo
b6c069ca9d reset query if options are removed 2018-04-23 10:57:24 +02:00
Sergio Crisostomo
45bcc14daa prevent calling remote method on query reset to selected 2018-04-23 10:57:24 +02:00
Sergio Crisostomo
7f63e58ced Make possible for v-model to wait for async options 2018-04-23 10:57:24 +02:00
Sergio Crisostomo
cf753854d1 Corrections after review input 2018-04-23 10:57:24 +02:00
Sergio Crisostomo
c9b86944ec Refactor Select! 2018-04-23 10:57:24 +02:00
huanghong
e09b07b79c 解决drop弹出动画异常 2018-03-16 00:43:11 +08:00
梁灏
2fbe636b52 Select support a part of keyboard accessibility, #1647 2018-03-14 14:58:55 +08:00
梁灏
500694ba39 fixed Select bug when options is null and keydown up or down 2018-02-09 16:07:24 +08:00
herton7362
d4a0b94428 Fix #982 issue.Make Null acceptable for Select tag(让Select标签可以接收null值) 2018-02-06 10:32:59 +08:00
梁灏
4b338397ce update Select example 2017-11-09 11:11:54 +08:00
Sergio Crisostomo
c17c5ad6cb normalize autocomplete and spellcheck 2017-11-04 16:37:29 +01:00
梁灏
51939f89eb update Select tag 2017-10-26 12:55:18 +08:00
梁灏
45103ca480 fixed #2066 2017-10-20 16:53:59 +08:00
梁灏
acb79ba30e fixed #433 2017-09-22 15:29:50 +08:00
梁灏
0460a1e811 fixed #812 2017-09-19 16:45:02 +08:00
梁灏
e1b86bcf73 fixed #1865 2017-09-14 15:49:37 +08:00
梁灏
f77b1964dc update Select 2017-09-10 15:43:57 +08:00
梁灏
89828b5b9c update Select 2017-09-09 18:01:46 +08:00
Sergio Crisostomo
721dc69153 fix debounce context 2017-09-08 08:19:04 +02:00
Sergio Crisostomo
9c32a05699 Optimize append and remove options 2017-09-03 08:49:45 +02:00
梁灏
6031495906 fixed #1743 and close #1762 2017-09-01 15:44:33 +08:00
Sergio Crisostomo
a9e0f79d89 Use textContent to not escape html entities in Select options 2017-09-01 09:11:09 +02:00
梁灏
7af00356a9 update AutoComplete 2017-08-23 15:19:32 +08:00
梁灏
fed3e09d15 add AutoComplete component 2017-08-23 14:42:54 +08:00
梁灏
f8098275ca fixed #1547 2017-08-21 16:35:48 +08:00
梁灏
ecaf8d51e0 Date add transfer prop 2017-07-20 11:53:18 +08:00
梁灏
595cfa72fe fixed #1187 #844 #1053
Select add transfer prop
2017-07-20 10:37:12 +08:00
梁灏
98bf25b3ce fixed #1286 2017-07-14 13:58:34 +08:00