Aresn
9564af89c9
Merge pull request #3551 from He-zhiyong/patch-1
...
Class string error
2018-05-08 10:53:43 +08:00
Aresn
0db5871774
Merge pull request #3553 from ajkl2533/locale/cs-CZ
...
Add support for Czech
2018-05-08 10:43:12 +08:00
Aresn
0d7d8b7379
Merge pull request #3566 from blackcater/pr/3565
...
feat: exposure `on-focus` and `on-blur` event in <AutoComplete>
2018-05-08 10:31:41 +08:00
blackcater
11ab651993
feat: exposure on-focus
and on-blur
event in <AutoComplete>
2018-05-07 15:47:17 +08:00
Radek Podrazky
77237b5017
Add support for Czech
2018-05-04 12:15:50 +02:00
何志勇
ab26fdc6db
Class string error
...
Lack of space causes style display errors
2018-05-04 17:28:34 +08:00
Aresn
17d9922b08
Merge pull request #3486 from Superman379/patch-1
...
修复autoComplete的on-change事件的bug
2018-05-04 11:16:44 +08:00
Aresn
deef01f78b
Merge pull request #3535 from carlosturnerbenites/pr/fix-spin-close
...
fix: calling Spin.hide() continuously
2018-05-04 11:09:04 +08:00
梁灏
8c82b6f27b
update Select
2018-05-04 11:00:15 +08:00
梁灏
100a98c12e
update package-lock
2018-05-04 10:35:35 +08:00
Aresn
4ce11f84c9
Merge pull request #3157 from SergioCrisostomo/refactor-select
...
Refactor select, fix tab/keyboard navigation
2018-05-04 10:28:44 +08:00
Aresn
5a12b03a14
Merge pull request #3540 from SergioCrisostomo/add-open-event
...
Add open change event to color picker
2018-05-03 17:36:41 +08:00
Sergio Crisostomo
7d14e70c6e
Include both node and componentOptions children in lookup
2018-05-03 11:36:34 +02:00
Sergio Crisostomo
263c991ee0
Add open change event to color picker
2018-05-03 10:42:26 +02:00
Sergio Crisostomo
aa21cdf9c3
Process also shallow children and not only nested
2018-05-03 09:51:57 +02:00
Carlos Alonso Turner Benites
c43d178480
fix: calling Spin.hide() continuously
2018-05-03 00:15:36 -05:00
Sergio Crisostomo
523e2c81fd
correct match logic for i-option and Option
2018-05-03 07:03:46 +02:00
Aresn
ca1b7bfaa6
Merge pull request #3487 from xiaofengsha/pr007
...
rate组件添加allowClear属性,通过点击可以把当前评分清零
2018-05-03 11:54:59 +08:00
Aresn
8e99f18928
Update rate.vue
2018-05-03 11:54:37 +08:00
Aresn
e9528eed93
保持命名统一,将 allowClear 修改为了 clearable
2018-05-03 11:54:13 +08:00
Aresn
37322f8211
Merge pull request #3498 from Superman379/patch-2
...
修复RadioGroup只能在使用v-model绑定的情况下才能正常使用的bug。
2018-05-03 11:46:22 +08: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
Aresn
af615212f4
Merge pull request #3531 from SergioCrisostomo/fix-3468
...
Correct values passed to checkLimits method
2018-05-03 09:47:16 +08:00
Sergio Crisostomo
166dbc5615
Correct values passed to checkLimits method
2018-05-02 16:37:57 +02:00
Sergio Crisostomo
06a74f9ed7
Allow select to navigate AutoComplete custom children
2018-05-02 07:03:37 +02:00
Wu-K'ung
0b026efe2a
Update radio-group.vue
2018-04-26 14:45:59 +08:00
Wu-K'ung
d44f99fd15
修复RadioGroup只能在使用v-model绑定的情况下才能正常使用的bug。
...
使用:value绑定的时候,RadioGroup并不能正常切换。
2018-04-26 11:19:41 +08:00
xiaofengsha
5225898202
添加tag组件allowClear属性的示例
2018-04-26 01:01:52 +08:00
xiaofengsha
1137640c3d
rate组件添加allowClear属性,通过点击可以把当前评分清零
2018-04-26 01:00:39 +08:00
Wu-K'ung
f32d1f412a
修复autoComplete的on-change事件的bug
...
当使用v-model绑定value的时候on-change事件只会在第一次触发。
2018-04-25 21:05:17 +08: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
afef4ce7f7
Fix unit tests and add more tests
2018-04-23 10:57:24 +02:00
Sergio Crisostomo
c9b86944ec
Refactor Select!
2018-04-23 10:57:24 +02:00
Sergio Crisostomo
aaa96346f4
prepare dependencies
2018-04-23 10:57:24 +02:00
梁灏
c45f05dd43
release 2.13.1
2018-04-23 13:37:54 +08:00
Aresn
74999a6421
Merge pull request #3424 from xiaofengsha/pr005
...
inputNumber组件添加placeholder属性
2018-04-23 12:52:56 +08:00
Aresn
d759a6c692
Merge pull request #3433 from sunderls/dev/add-button-type
...
Add button type in carousel
2018-04-23 12:51:15 +08:00
Aresn
377e3e030f
Merge pull request #3441 from DebugIsFalse/transfer-dom
...
resolve the transfer-dom.js not support ie9
2018-04-23 12:49:54 +08:00
梁灏
5f4a9bd589
Tag add prop fade
2018-04-22 16:39:20 +08:00
Aresn
ab1235359b
Merge pull request #3445 from huanghong1125/table
...
fixed table
2018-04-19 18:54:41 +08:00
huanghong
8f230d682a
fixed table
2018-04-19 14:45:02 +08:00
mo.duan
e4bbb85d29
resolve the transfer-dom.js not support ie9
2018-04-19 11:58:49 +08:00
sunderls
3a4a09a9f4
Add button type in carousel
2018-04-18 15:33:35 +09:00