mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
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'
|