forked from element-plus/element-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(components): [input-number] documentation updates (element-plus#β¦
β¦7727) - Add version tag for `value-on-clear`. - Add breaking change log for `value-on-clear`.
- Loading branch information
Showing
2 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- 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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters