input-number.yml 365 B

123456789101112
  1. - scope: 'component'
  2. name: 'el-input-number'
  3. type: 'props'
  4. version: '2.2.1'
  5. commit_hash: '2577b06'
  6. description: |
  7. Add a default value setter on clear input number value. When clear event occurs, the value will be set to the
  8. value from the new API.
  9. props:
  10. - api: 'value-on-clear'
  11. before: ''
  12. after: '"min" | "max" | null | number'