Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 2
  • Tags 0
  • mew-iview
  • src
  • components
  • input-number
  • input-number.vue
09 Sep, 2018
1 commit
  • polish: input-number ...
    01a6bcd2
    rm no use code and fix typo
    dailyvuejs authored
    2018-09-09 22:11:31 +0800  
    Browse File »

28 Aug, 2018
3 commits
  • add prop active-change
    457d6c69
    huanghong authored
    2018-08-28 15:15:49 +0800  
    Browse File »
  • update
    7adf94a2
    huanghong authored
    2018-08-28 12:06:18 +0800  
    Browse File »
  • update input-number
    c020a58d
    huanghong authored
    2018-08-28 11:19:17 +0800  
    Browse File »

27 Aug, 2018
1 commit
  • update
    4ae2a09a
    huanghong authored
    2018-08-27 15:29:03 +0800  
    Browse File »

15 Aug, 2018
1 commit
  • update input-number
    886aeeb0
    huanghong authored
    2018-08-15 10:01:52 +0800  
    Browse File »

07 Aug, 2018
1 commit
  • fixed #4196 #4165
    fe5ffd7f
    梁灏 authored
    2018-08-07 16:35:27 +0800  
    Browse File »

28 Jun, 2018
1 commit
  • InputNumber support global setting
    85468042
    梁灏 authored
    2018-06-28 14:45:08 +0800  
    Browse File »

24 May, 2018
2 commits
  • Update input-number.vue
    08605518
    Aresn authored
    2018-05-24 10:22:34 +0800  
    Browse File »
  • Update input-number.vue
    10b42e26
    Aresn authored
    2018-05-24 10:21:53 +0800  
    Browse File »

23 May, 2018
1 commit
  • fixed input-number null bug
    4d093b50
    huanghong authored
    2018-05-23 11:43:11 +0800  
    Browse File »

17 Apr, 2018
1 commit
  • inputNumber组件添加placeholder属性
    ff3d2a2e
    xiaofengsha authored
    2018-04-17 21:38:52 +0800  
    Browse File »

14 Apr, 2018
2 commits
  • 在safari浏览器中需要去除mouseup的默认行为才能实现选中。
    3d4fd6df
    angela-1 authored
    2018-04-14 21:45:44 +0800  
    Browse File »
  • 实现Inputnumber在focus时选中已有值。
    e7bcd381
    angela-1 authored
    2018-04-14 20:38:22 +0800  
    Browse File »

16 Mar, 2018
1 commit
  • InputNumber support null values
    10d29acb
    huanghong authored
    2018-03-16 13:59:59 +0800  
    Browse File »

13 Mar, 2018
1 commit
  • fixed #3081
    ce176e21
    梁灏 authored
    2018-03-13 15:17:19 +0800  
    Browse File »

14 Nov, 2017
1 commit
  • fix checking when temp number is invalid and should be rechecked in "change" event
    a14d6dd2
    Sergio Crisostomo authored
    2017-11-14 14:35:42 +0100  
    Browse File »

09 Nov, 2017
2 commits
  • Update input-number.vue ...
    a2a18a46
    remove `on-enter` because excessive and inflexible
    Aresn authored
    2017-11-09 20:31:47 -0600  
    Browse File »
  • feat($input-number): add events 'on-focus', 'on-blur', 'on-enter' for input-number component
    c21a8142
    btfrankenstein authored
    2017-11-09 17:56:33 +0800  
    Browse File »

04 Nov, 2017
1 commit
  • normalize autocomplete and spellcheck
    c17c5ad6
    Sergio Crisostomo authored
    2017-11-04 16:37:29 +0100  
    Browse File »

27 Oct, 2017
1 commit
  • prevent firing change when typing numbers < min
    a892ba6a
    Sergio Crisostomo authored
    2017-10-27 08:40:11 +0200  
    Browse File »

11 Oct, 2017
3 commits
  • fix regex and make empty string go back to old value on change
    8115f0b8
    Sergio Crisostomo authored
    2017-10-11 11:34:48 +0200  
    Browse File »
  • call change on input event
    c82e714c
    Sergio Crisostomo authored
    2017-10-11 10:42:12 +0200  
    Browse File »
  • InputNumber add `editable` property.
    7309b434
    梁灏 authored
    2017-10-11 09:29:16 +0800  
    Browse File »

10 Oct, 2017
1 commit
  • Add readonly prop to input-number
    cb486838
    Sergio Crisostomo authored
    2017-10-10 10:04:37 +0200  
    Browse File »

29 Sep, 2017
1 commit
  • Check if isNaN so we don't ignore value of zero
    815f8354
    Sergio Crisostomo authored
    2017-09-29 08:43:33 +0200  
    Browse File »

24 Sep, 2017
1 commit
  • fix InputNumber bug in 2.4.0, and release 2.4.0-beta.3
    cb2678c4
    梁灏 authored
    2017-09-24 16:21:48 +0800  
    Browse File »

22 Sep, 2017
1 commit
  • fixed #433
    acb79ba3
    梁灏 authored
    2017-09-22 15:29:50 +0800  
    Browse File »

15 Sep, 2017
1 commit
  • fixed #1810
    7a05b6e5
    梁灏 authored
    2017-09-15 11:44:09 +0800  
    Browse File »

25 Aug, 2017
1 commit
  • some Components's size add default
    f00a037c
    梁灏 authored
    2017-08-25 10:53:52 +0800  
    Browse File »

21 Aug, 2017
1 commit
  • fixed #1654
    5d2d2d6f
    梁灏 authored
    2017-08-21 16:48:07 +0800  
    Browse File »

02 Aug, 2017
1 commit
  • Merge pull request #1431 from rijn/1134 ...
    06290cb3
    Add watchers for min and max in inputNumber
    Aresn authored
    2017-08-02 10:53:22 +0800  
    Browse File »

25 Jul, 2017
1 commit
  • Fix a bug in input-number component
    075f6215
    leonisme authored
    2017-07-25 18:04:46 +0800  
    Browse File »

21 Jul, 2017
1 commit
  • add watchers for min and max in inputNumber
    fa66bfb1
    Rijn authored
    2017-07-21 11:16:46 -0500  
    Browse File »

19 Jul, 2017
1 commit
  • fix #1084
    a2f27a80
    Lawrence Lee authored
    2017-07-19 16:38:31 +0800  
    Browse File »

10 May, 2017
1 commit
  • fixed #862
    7959adf7
    梁灏 authored
    2017-05-10 09:22:10 +0800  
    Browse File »

28 Apr, 2017
1 commit
  • 修改input组件 autofocus为Boolean值
    8d3a02a5
    丁强 authored
    2017-04-28 14:53:17 +0800  
    Browse File »

25 Apr, 2017
1 commit
  • Input 组件增加autofocus属性
    f15c216a
    丁强 authored
    2017-04-25 16:52:51 +0800  
    Browse File »

09 Mar, 2017
1 commit
  • some comps support dispatch event to FormItem ...
    cd78c9c4
    some comps support dispatch event to FormItem
    梁灏 authored
    2017-03-09 11:14:40 +0800  
    Browse File »

02 Mar, 2017
1 commit
  • support Tree & add dispatch and broadcast methods ...
    34ee7b4a
    support Tree,many component add name $option;add dispatch and broadcast
    methods, mixins it
    梁灏 authored
    2017-03-02 17:40:19 +0800  
    Browse File »