李通洲
0d9cc2e41c
feat(Input): remove prop :autocomplete value validation
2019-04-12 15:45:49 +08:00
梁灏
dde5774119
fix #5527
2019-04-09 14:19:49 +08:00
梁灏
344a6c4ef1
fixed #5422
2019-03-18 10:06:33 +08:00
getive
63017998be
Update input.vue
...
添加对原生 'number' 类型的支持,或者是否可以取消对 type 属性值的过滤,从而可使用其它更多的值?
2019-03-06 19:07:13 +08:00
梁灏
6729659122
fixed #5296
2019-03-05 10:26:00 +08:00
梁灏
f43bc792be
fix #5060
2018-12-24 10:15:04 +08:00
Aresn
ea7bcb7acc
Merge pull request #4072 from funnycoderstar/2.0
...
fix : #4048
2018-08-09 16:13:23 +08:00
梁灏
fe5ffd7f3f
fixed #4196 #4165
2018-08-07 16:35:27 +08:00
王亚星
751d5c942a
fix : #4048
2018-07-11 22:41:44 +08:00
梁灏
d18a7ee861
Input support global setting
2018-06-28 14:16:03 +08:00
梁灏
1e17564989
Input add @on-search event
2018-06-27 15:40:03 +08:00
梁灏
e2a877c46a
Input add search & enterButton prop
2018-06-27 15:30:10 +08:00
梁灏
42d5412a07
Input add prop prefix & suffix, also add slot prefix & suffix
2018-06-27 14:23:09 +08:00
梁灏
509014fb5f
update Icons
2018-06-25 19:19:27 +08:00
梁灏
9f45c24f2e
change sync to loading
2018-06-25 15:49:28 +08:00
梁灏
fdcb8143be
update Input loading icon
2018-06-25 12:48:49 +08:00
Leon
4e559028c8
Fix a confliction in Input component
...
Fix clearable and icon conflict while `clearable` and `icon` options are used. `clearable` should show when this option is enable and the currentValue is not empty, otherwise the `icon` will never be shown.
2018-03-29 10:47:31 +08:00
梁灏
4f2dc7e328
fixed #3086
2018-03-13 11:49:11 +08:00
梁灏
a73ae72b35
fixed #2884
2018-01-23 11:05:01 +08:00
Hsiaoming Yang
9bd074d4cb
Support more types on <i-input>
2017-11-29 22:34:13 +09:00
Sergio Crisostomo
c17c5ad6cb
normalize autocomplete and spellcheck
2017-11-04 16:37:29 +01:00
梁灏
acb79ba30e
fixed #433
2017-09-22 15:29:50 +08:00
梁灏
41918ed856
update Input
2017-09-01 17:54:13 +08:00
Aresn
dd037d90d3
Merge pull request #1414 from zerooverture/2.0
...
Input increase autocomplete
2017-09-01 17:40:20 +08:00
梁灏
fed3e09d15
add AutoComplete component
2017-08-23 14:42:54 +08:00
梁灏
b6bda1dcb5
update ColorPicker
2017-08-16 13:52:50 +08:00
zero
9968ddeaa4
Input increase autocomplete
2017-07-20 21:36:28 +08:00
Lawrence Lee
a2f27a80ca
fix #1084
2017-07-19 16:38:31 +08:00
xingbofeng
9e7a37403b
fix: add keyup, keydown, keypress eventlistener of input component
2017-07-18 19:33:58 +08:00
Aresn
67a87e8d8b
fixed #1017
2017-05-26 16:38:40 +08:00
yinheli
545add717e
input 支持 focus 方法
2017-05-10 23:34:15 +08:00
丁强
8d3a02a52e
修改input组件 autofocus为Boolean值
2017-04-28 14:53:17 +08:00
丁强
f15c216a51
Input 组件增加autofocus属性
2017-04-25 16:52:51 +08:00
梁灏
e2affe49cf
fixed #397
2017-04-01 13:25:47 +08:00
梁灏
f4e462c051
#554
2017-04-01 12:48:45 +08:00
梁灏
319f5f866f
fixed #554
2017-04-01 12:28:32 +08:00
梁灏
ef0901312b
optimize Input validate icon
2017-04-01 12:08:08 +08:00
梁灏
85ed4df8fc
fixed Input bug
...
when use input prop in Input, it can not correctly to emit a Number
value
2017-03-21 14:13:33 +08:00
muei
57737d7455
Update input.vue
2017-03-16 11:49:14 +08:00
muei
c86d77fcef
Merge branch '2.0' into 2.0
2017-03-16 11:14:41 +08:00
梁灏
aa9fc758da
update Transfer
...
update Transfer
2017-03-15 19:59:46 +08:00
young
cd50d0d678
fix(input): all actions should emit event
2017-03-14 14:25:02 +08:00
梁灏
04e5e3cd29
prevent dispatch event
...
prevent dispatch event
2017-03-13 19:05:36 +08:00
梁灏
21dad188c1
prevent dispatch form event
...
when component import an Input, prevent dispatch event from Input to
Form
2017-03-13 18:58:31 +08:00
梁灏
cd78c9c488
some comps support dispatch event to FormItem
...
some comps support dispatch event to FormItem
2017-03-09 11:14:40 +08:00
梁灏
531cd1654b
support DatePicker & TimePicker
...
support DatePicker & TimePicker
2017-03-07 18:06:56 +08:00
梁灏
06322514c6
support Radio
...
support Radio
2017-03-01 17:01:22 +08:00
梁灏
fc7ef07216
support Input
...
support Input
2017-03-01 15:23:12 +08:00
梁灏
b89a982e64
fixed #205
...
fixed #205
2017-01-16 12:29:03 +08:00
梁灏
8bca10707b
update Input on-form-change trigger timing #198
...
update Input on-form-change trigger timing #198
2017-01-13 15:45:08 +08:00