Commit graph

52 commits

Author SHA1 Message Date
mo.duan
5ece780d09 optimize the inputNumber
fixed bug
1. when setting the precision, inputNumer cannot input '.' bug
2. when setting  the precision, the cursor positoning bug
2019-09-02 12:07:10 +08:00
susiwen
abee7a3cd2 Fix #5645 2019-04-16 19:13:30 +08:00
susiwen
ef1465af91 Fix #5577 Slider change event duplication error 2019-04-09 14:14:02 +08:00
Eager
42589ae36a fix(InputNumber): 解决组件InputNumber无法blur时校验的问题 2018-09-16 00:07:18 +08:00
dailyvuejs
01a6bcd212
polish: input-number
rm no use code and fix typo
2018-09-09 22:11:31 +08:00
huanghong
457d6c69fc add prop active-change 2018-08-28 15:15:49 +08:00
huanghong
7adf94a291 update 2018-08-28 12:06:18 +08:00
huanghong
c020a58d9e update input-number 2018-08-28 11:19:17 +08:00
huanghong
4ae2a09abf update 2018-08-27 15:29:03 +08:00
huanghong
886aeeb0ed update input-number 2018-08-15 10:01:52 +08:00
梁灏
fe5ffd7f3f fixed #4196 #4165 2018-08-07 16:35:27 +08:00
梁灏
8546804290 InputNumber support global setting 2018-06-28 14:45:08 +08:00
Aresn
0860551844
Update input-number.vue 2018-05-24 10:22:34 +08:00
Aresn
10b42e26d2
Update input-number.vue 2018-05-24 10:21:53 +08:00
huanghong
4d093b5070 fixed input-number null bug 2018-05-23 11:43:11 +08:00
xiaofengsha
ff3d2a2e38 inputNumber组件添加placeholder属性 2018-04-17 21:38:52 +08:00
angela-1
3d4fd6df55 在safari浏览器中需要去除mouseup的默认行为才能实现选中。 2018-04-14 21:45:44 +08:00
angela-1
e7bcd38124 实现Inputnumber在focus时选中已有值。 2018-04-14 20:38:22 +08:00
huanghong
10d29acb97 InputNumber support null values 2018-03-16 13:59:59 +08:00
梁灏
ce176e2190 fixed #3081 2018-03-13 15:17:19 +08:00
Sergio Crisostomo
a14d6dd2e4 fix checking when temp number is invalid and should be rechecked in "change" event 2017-11-14 14:35:42 +01:00
Aresn
a2a18a4600
Update input-number.vue
remove `on-enter` because excessive and inflexible
2017-11-09 20:31:47 -06:00
btfrankenstein
c21a814287 feat($input-number): add events 'on-focus', 'on-blur', 'on-enter' for input-number component 2017-11-09 17:56:33 +08:00
Sergio Crisostomo
c17c5ad6cb normalize autocomplete and spellcheck 2017-11-04 16:37:29 +01:00
Sergio Crisostomo
a892ba6ac0 prevent firing change when typing numbers < min 2017-10-27 08:40:11 +02:00
Sergio Crisostomo
8115f0b850 fix regex and make empty string go back to old value on change 2017-10-11 11:34:48 +02:00
Sergio Crisostomo
c82e714cb1 call change on input event 2017-10-11 10:42:12 +02:00
梁灏
7309b43422 InputNumber add editable property. 2017-10-11 09:29:16 +08:00
Sergio Crisostomo
cb48683863 Add readonly prop to input-number 2017-10-10 10:04:37 +02:00
Sergio Crisostomo
815f835479 Check if isNaN so we don't ignore value of zero 2017-09-29 08:43:33 +02:00
梁灏
cb2678c4b9 fix InputNumber bug in 2.4.0, and release 2.4.0-beta.3 2017-09-24 16:21:48 +08:00
梁灏
acb79ba30e fixed #433 2017-09-22 15:29:50 +08:00
梁灏
7a05b6e5f9 fixed #1810 2017-09-15 11:44:09 +08:00
梁灏
f00a037cd4 some Components's size add default 2017-08-25 10:53:52 +08:00
梁灏
5d2d2d6f7f fixed #1654 2017-08-21 16:48:07 +08:00
Aresn
06290cb3a9 Merge pull request #1431 from rijn/1134
Add watchers for min and max in inputNumber
2017-08-02 10:53:22 +08:00
leonisme
075f6215e4 Fix a bug in input-number component 2017-07-25 18:04:46 +08:00
Rijn
fa66bfb19f add watchers for min and max in inputNumber 2017-07-21 11:16:46 -05:00
Lawrence Lee
a2f27a80ca fix #1084 2017-07-19 16:38:31 +08:00
梁灏
7959adf7a8 fixed #862 2017-05-10 09:22:10 +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
梁灏
cd78c9c488 some comps support dispatch event to FormItem
some comps support dispatch event to FormItem
2017-03-09 11:14:40 +08:00
梁灏
34ee7b4a14 support Tree & add dispatch and broadcast methods
support Tree,many component add name $option;add dispatch and broadcast
methods, mixins it
2017-03-02 17:40:19 +08:00
梁灏
c97c42ab2e support InputNumber
support InputNumber
2017-03-02 13:40:09 +08:00
Rijn
8df29435fe changed regular expression to fit exactly one zero 2017-02-20 09:33:48 -06:00
梁灏
1ff551864c optimize InputNumber when input a number than keydown
optimize InputNumber when input a number than keydown
2017-01-16 20:34:52 +08:00
梁灏
4a260ed5e4 update InputNumber
update InputNumber
2017-01-04 16:00:02 +08:00
jingsam
b0893113b3 🎨 add eslint 2016-12-25 22:49:42 +08:00
梁灏
17e1fcf151 init DatePicker
init DatePicker
2016-12-12 10:37:52 +08:00