Logo white

chenhaodong / 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
11ab651993dff945655500e94a0f95dca453210b
  • mew-iview
07 May, 2018
1 commit
  • feat: exposure `on-focus` and `on-blur` event in <AutoComplete>
    11ab6519
    blackcater authored
    7 years ago  
    Browse Code »

04 May, 2018
5 commits
  • Merge pull request #3486 from Superman379/patch-1 ...
    17d9922b
    修复autoComplete的on-change事件的bug
    Aresn authored
    7 years ago  
    Browse Code »
  • Merge pull request #3535 from carlosturnerbenites/pr/fix-spin-close ...
    deef01f7
    fix: calling Spin.hide() continuously
    Aresn authored
    7 years ago  
    Browse Code »
  • update Select
    8c82b6f2
    梁灏 authored
    7 years ago  
    Browse Code »
  • update package-lock
    100a98c1
    梁灏 authored
    7 years ago  
    Browse Code »
  • Merge pull request #3157 from SergioCrisostomo/refactor-select ...
    4ce11f84
    Refactor select, fix tab/keyboard navigation
    Aresn authored
    7 years ago  
    Browse Code »

03 May, 2018
12 commits
  • Merge pull request #3540 from SergioCrisostomo/add-open-event ...
    5a12b03a
    Add open change event to color picker
    Aresn authored
    7 years ago  
    Browse Code »
  • Include both node and componentOptions children in lookup
    7d14e70c
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • Add open change event to color picker
    263c991e
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • Process also shallow children and not only nested
    aa21cdf9
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • fix: calling Spin.hide() continuously
    c43d1784
    Carlos Alonso Turner Benites authored
    7 years ago  
    Browse Code »
  • correct match logic for i-option and Option
    523e2c81
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • Merge pull request #3487 from xiaofengsha/pr007 ...
    ca1b7bfa
     rate组件添加allowClear属性,通过点击可以把当前评分清零
    Aresn authored
    7 years ago  
    Browse Code »
  • Update rate.vue
    8e99f189
    Aresn authored
    7 years ago  
    Browse Code »
  • 保持命名统一,将 allowClear 修改为了 clearable
    e9528eed
    Aresn authored
    7 years ago  
    Browse Code »
  • Merge pull request #3498 from Superman379/patch-2 ...
    37322f82
    修复RadioGroup只能在使用v-model绑定的情况下才能正常使用的bug。
    Aresn authored
    7 years ago  
    Browse Code »
  • 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
    7 years ago  
    Browse Code »
  • Merge pull request #3531 from SergioCrisostomo/fix-3468 ...
    af615212
    Correct values passed to checkLimits method
    Aresn authored
    7 years ago  
    Browse Code »

02 May, 2018
2 commits
  • Correct values passed to checkLimits method
    166dbc56
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • Allow select to navigate AutoComplete custom children
    06a74f9e
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »

26 Apr, 2018
4 commits
  • Update radio-group.vue
    0b026efe
    Wu-K'ung authored
    7 years ago  
    Browse Code »
  • 修复RadioGroup只能在使用v-model绑定的情况下才能正常使用的bug。 ...
    d44f99fd
    使用:value绑定的时候,RadioGroup并不能正常切换。
    Wu-K'ung authored
    7 years ago  
    Browse Code »
  • 添加tag组件allowClear属性的示例
    52258982
    xiaofengsha authored
    7 years ago  
    Browse Code »
  • rate组件添加allowClear属性,通过点击可以把当前评分清零
    1137640c
    xiaofengsha authored
    7 years ago  
    Browse Code »

25 Apr, 2018
1 commit
  • 修复autoComplete的on-change事件的bug ...
    f32d1f41
    当使用v-model绑定value的时候on-change事件只会在第一次触发。
    Wu-K'ung authored
    7 years ago  
    Browse Code »

24 Apr, 2018
2 commits
  • reset query only if no slotOptions are present
    f7f65c84
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • adapt to auto-complete
    bc348e7e
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »

23 Apr, 2018
13 commits
  • Fix input getters and logic for AutoComplete
    ae7579e9
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • Check for selected label before reassignment
    9ca6671c
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • reset query if options are removed
    b6c069ca
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • prevent calling remote method on query reset to selected
    45bcc14d
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • Make possible for v-model to wait for async options
    7f63e58c
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • Corrections after review input
    cf753854
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • Fix unit tests and add more tests
    afef4ce7
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • Refactor Select!
    c9b86944
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • prepare dependencies
    aaa96346
    Sergio Crisostomo authored
    7 years ago  
    Browse Code »
  • release 2.13.1
    c45f05dd
    梁灏 authored
    7 years ago  
    Browse Code »
  • Merge pull request #3424 from xiaofengsha/pr005 ...
    74999a64
    inputNumber组件添加placeholder属性
    Aresn authored
    7 years ago  
    Browse Code »
  • Merge pull request #3433 from sunderls/dev/add-button-type ...
    d759a6c6
    Add button type in carousel
    Aresn authored
    7 years ago  
    Browse Code »
  • Merge pull request #3441 from DebugIsFalse/transfer-dom ...
    377e3e03
    resolve the transfer-dom.js not support ie9
    Aresn authored
    7 years ago  
    Browse Code »