mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
01a3edf619
- Add version tag for `value-on-clear`. - Add breaking change log for `value-on-clear`.
13 lines
365 B
YAML
13 lines
365 B
YAML
- scope: 'component'
|
|
name: 'el-input-number'
|
|
type: 'props'
|
|
version: '2.2.1'
|
|
commit_hash: '2577b06'
|
|
description: |
|
|
Add a default value setter on clear input number value. When clear event occurs, the value will be set to the
|
|
value from the new API.
|
|
props:
|
|
- api: 'value-on-clear'
|
|
before: ''
|
|
after: '"min" | "max" | null | number'
|