Commit graph

34 commits

Author SHA1 Message Date
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
子凡
c7a67856f9 fix
Found camelCase attribute: autoComplete="off". HTML is case-insensitive. Use auto-complete="off" instead. Vue will automatically interpret it as camelCase in JavaScript. If this is an SVG camelCase attribute, use the .camel modifier.
2016-11-09 15:14:13 +08:00
梁灏
4b05d84ea2 Modify the directory structure
Modify the directory structure
2016-10-28 10:09:07 +08:00