1. 26 Sep, 2018 1 commit
  2. 25 Sep, 2018 3 commits
  3. 21 Sep, 2018 1 commit
  4. 20 Sep, 2018 3 commits
  5. 17 Sep, 2018 1 commit
    • Yamen Sharaf's avatar
      FormItem: adding hide-required-asterisk attribute(#12744) · 098ba463
      Yamen Sharaf authored
      * Form: adds prop to make asterisk optional on required  fields
      
      * Form: adds prop to make asterisk optional on required  fields
      
      * ElForm: Reverses attribute name to hide-required-asterisk, which defaults to false
      
      * Update form-item.vue
      
      * Update form.scss
      
      * Update form.md
      098ba463
  6. 14 Sep, 2018 6 commits
  7. 13 Sep, 2018 4 commits
  8. 10 Sep, 2018 3 commits
  9. 08 Sep, 2018 1 commit
  10. 05 Sep, 2018 1 commit
  11. 03 Sep, 2018 1 commit
  12. 30 Aug, 2018 1 commit
  13. 29 Aug, 2018 2 commits
  14. 28 Aug, 2018 3 commits
  15. 27 Aug, 2018 1 commit
  16. 23 Aug, 2018 2 commits
  17. 22 Aug, 2018 4 commits
  18. 15 Aug, 2018 1 commit
  19. 14 Aug, 2018 1 commit
    • Jiewei Qian's avatar
      Date picker refactor dates selection: fix 12323 (#12347) · 02176e26
      Jiewei Qian authored
      * date-picker: refactor type='dates'
      
      fix issue #12323
      {month, year} table highlights all selected dates
      nuke selectedDates to provide cleaner data flow
      
      * doc: correct date-picker's array usage
      
      empty value must be falsy (empty array should not be used)
      02176e26