Sergio Crisostomo
7dbde804d8
add on-clear event
2018-05-08 14:03:12 +02:00
Aresn
d4f39edc35
Merge pull request #3576 from SergioCrisostomo/refactor-select
...
Select related fixes
2018-05-08 18:28:29 +08: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
梁灏
8c82b6f27b
update Select
2018-05-04 11:00:15 +08: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
dab9c3f601
update popper animation
2018-04-11 22:06:53 +08:00
梁灏
61339d6328
update dropdown.vue popper.js opts
2018-04-10 16:13:09 +08:00
miomio-xiao
e6edc172ff
fix select dropdown position
2018-03-29 17:35:56 +08:00
huanghong
347815f7a3
update dropdown
2018-03-16 16:58:20 +08:00
huanghong
3d1fa03442
解决dropdown弹出来之后改变位置动画还是上次的bug
2018-03-16 00:53:57 +08:00
huanghong
e09b07b79c
解决drop弹出动画异常
2018-03-16 00:43:11 +08:00
Aresn
11d3867623
SSR support
2018-03-15 10:43:25 +08:00
huanghong
130ea92a19
update popper.js
...
fix #1990
2018-03-15 00:07:11 +08:00
梁灏
2fbe636b52
Select support a part of keyboard accessibility, #1647
2018-03-14 14:58:55 +08:00
Graham Fairweather
66c7debbab
A further file that was missed
2018-03-08 08:46:17 +01:00
Graham Fairweather
e31d3b0578
Revert early Select periphery code.
2018-03-08 08:24:38 +01:00
Aresn
c6c5551014
Merge pull request #3058 from Xotic750/component_names
...
Use constant component names in Pascal Case as per vue standards
2018-02-27 14:30:19 +08:00
Graham Fairweather
1f1785b6af
Keep original use small 'i'
2018-02-27 07:25:12 +01:00
Graham Fairweather
b428828fbe
Use contant for CSS prefixes
...
Composed string that can be used within iview and by users of the library.
2018-02-26 11:58:17 +01:00
Graham Fairweather
66db7bf101
Use constant component names in Pascal Case as per vue standards
2018-02-26 11:42:19 +01: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
yangdan8
6d017f5a6d
解决select-item引起的大量内存泄漏的bug
...
解决select-item引起的大量内存泄漏的bug
2018-01-23 13:59:18 +08:00
陈峰
e845e84d3b
Update dropdown.vue
2018-01-12 09:51:33 +08:00
zhigang.li
5a02cf4c0a
update
2017-11-30 17:00:39 +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
Aresn
252717e7c4
Merge pull request #2193 from SergioCrisostomo/fix-2191
...
correct input value in filterable mode
2017-10-26 00:13:02 -05:00
梁灏
51939f89eb
update Select tag
2017-10-26 12:55:18 +08:00
Sergio Crisostomo
dfae43a75c
correct input value in filterable mode
2017-10-25 20:49:38 +02: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