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
  • select
03 May, 2018
4 commits
  • Include both node and componentOptions children in lookup
    7d14e70c
    Sergio Crisostomo authored
    2018-05-03 11:36:34 +0200  
    Browse Dir »
  • Process also shallow children and not only nested
    aa21cdf9
    Sergio Crisostomo authored
    2018-05-03 09:51:57 +0200  
    Browse Dir »
  • correct match logic for i-option and Option
    523e2c81
    Sergio Crisostomo authored
    2018-05-03 07:03:46 +0200  
    Browse Dir »
  • fixed in multiple type, wrong position of popper ...
    88ef37f5
    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.
    Aresn authored
    2018-05-03 10:36:42 +0800  
    Browse Dir »

02 May, 2018
1 commit
  • Allow select to navigate AutoComplete custom children
    06a74f9e
    Sergio Crisostomo authored
    2018-05-02 07:03:37 +0200  
    Browse Dir »

24 Apr, 2018
2 commits
  • reset query only if no slotOptions are present
    f7f65c84
    Sergio Crisostomo authored
    2018-04-24 09:12:47 +0200  
    Browse Dir »
  • adapt to auto-complete
    bc348e7e
    Sergio Crisostomo authored
    2018-04-24 08:54:46 +0200  
    Browse Dir »

23 Apr, 2018
7 commits
  • Fix input getters and logic for AutoComplete
    ae7579e9
    Sergio Crisostomo authored
    2018-04-23 10:57:24 +0200  
    Browse Dir »
  • Check for selected label before reassignment
    9ca6671c
    Sergio Crisostomo authored
    2018-04-23 10:57:24 +0200  
    Browse Dir »
  • reset query if options are removed
    b6c069ca
    Sergio Crisostomo authored
    2018-04-23 10:57:24 +0200  
    Browse Dir »
  • prevent calling remote method on query reset to selected
    45bcc14d
    Sergio Crisostomo authored
    2018-04-23 10:57:24 +0200  
    Browse Dir »
  • Make possible for v-model to wait for async options
    7f63e58c
    Sergio Crisostomo authored
    2018-04-23 10:57:24 +0200  
    Browse Dir »
  • Corrections after review input
    cf753854
    Sergio Crisostomo authored
    2018-04-23 10:57:24 +0200  
    Browse Dir »
  • Refactor Select!
    c9b86944
    Sergio Crisostomo authored
    2018-04-23 10:57:24 +0200  
    Browse Dir »

11 Apr, 2018
1 commit
  • update popper animation
    dab9c3f6
    huanghong authored
    2018-04-11 22:06:53 +0800  
    Browse Dir »

10 Apr, 2018
1 commit
  • update dropdown.vue popper.js opts
    61339d63
    梁灏 authored
    2018-04-10 16:13:09 +0800  
    Browse Dir »

29 Mar, 2018
1 commit
  • fix select dropdown position
    e6edc172
    miomio-xiao authored
    2018-03-29 17:35:56 +0800  
    Browse Dir »

16 Mar, 2018
3 commits
  • update dropdown
    347815f7
    huanghong authored
    2018-03-16 16:58:20 +0800  
    Browse Dir »
  • 解决dropdown弹出来之后改变位置动画还是上次的bug
    3d1fa034
    huanghong authored
    2018-03-16 00:53:57 +0800  
    Browse Dir »
  • 解决drop弹出动画异常
    e09b07b7
    huanghong authored
    2018-03-16 00:43:11 +0800  
    Browse Dir »

15 Mar, 2018
2 commits
  • SSR support
    11d38676
    Aresn authored
    2018-03-15 10:43:25 +0800  
    Browse Dir »
  • update popper.js ...
    130ea92a
    fix #1990
    huanghong authored
    2018-03-15 00:07:11 +0800  
    Browse Dir »

14 Mar, 2018
1 commit
  • Select support a part of keyboard accessibility, #1647
    2fbe636b
    梁灏 authored
    2018-03-14 14:58:55 +0800  
    Browse Dir »

08 Mar, 2018
2 commits
  • A further file that was missed
    66c7debb
    Graham Fairweather authored
    2018-03-08 08:46:17 +0100  
    Browse Dir »
  • Revert early Select periphery code.
    e31d3b05
    Graham Fairweather authored
    2018-03-08 08:24:38 +0100  
    Browse Dir »

27 Feb, 2018
2 commits
  • Merge pull request #3058 from Xotic750/component_names ...
    c6c55510
    Use constant component names in Pascal Case as per vue standards
    Aresn authored
    2018-02-27 14:30:19 +0800  
    Browse Dir »
  • Keep original use small 'i'
    1f1785b6
    Graham Fairweather authored
    2018-02-27 07:25:12 +0100  
    Browse Dir »

26 Feb, 2018
2 commits
  • Use contant for CSS prefixes ...
    b428828f
    Composed string that can be used within iview and by users of the library.
    Graham Fairweather authored
    2018-02-26 11:58:17 +0100  
    Browse Dir »
  • Use constant component names in Pascal Case as per vue standards
    66db7bf1
    Graham Fairweather authored
    2018-02-26 11:42:19 +0100  
    Browse Dir »

09 Feb, 2018
1 commit
  • fixed Select bug when options is null and keydown `up` or `down`
    500694ba
    梁灏 authored
    2018-02-09 16:07:24 +0800  
    Browse Dir »

06 Feb, 2018
1 commit
  • Fix #982 issue.Make Null acceptable for Select tag(让Select标签可以接收null值)
    d4a0b944
    herton7362 authored
    2018-02-06 10:32:59 +0800  
    Browse Dir »

23 Jan, 2018
1 commit
  • 解决select-item引起的大量内存泄漏的bug ...
    6d017f5a
    解决select-item引起的大量内存泄漏的bug
    yangdan8 authored
    2018-01-23 13:59:18 +0800  
    Browse Dir »

12 Jan, 2018
1 commit
  • Update dropdown.vue
    e845e84d
    陈峰 authored
    2018-01-12 09:51:33 +0800  
    Browse Dir »

30 Nov, 2017
1 commit
  • update
    5a02cf4c
    zhigang.li authored
    2017-11-30 17:00:39 +0800  
    Browse Dir »

09 Nov, 2017
1 commit
  • update Select example
    4b338397
    梁灏 authored
    2017-11-09 11:11:54 +0800  
    Browse Dir »

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

26 Oct, 2017
2 commits
  • Merge pull request #2193 from SergioCrisostomo/fix-2191 ...
    252717e7
    correct input value in filterable mode
    Aresn authored
    2017-10-26 00:13:02 -0500  
    Browse Dir »
  • update Select tag
    51939f89
    梁灏 authored
    2017-10-26 12:55:18 +0800  
    Browse Dir »

25 Oct, 2017
1 commit
  • correct input value in filterable mode
    dfae43a7
    Sergio Crisostomo authored
    2017-10-25 20:49:38 +0200  
    Browse Dir »

20 Oct, 2017
1 commit
  • fixed #2066
    45103ca4
    梁灏 authored
    2017-10-20 16:53:59 +0800  
    Browse Dir »