mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
docs(components): update el-input docs (#8500)
Co-authored-by: KimYangOfCat <kim.yang.yj@outlook.com>
This commit is contained in:
parent
e9b50baf7d
commit
483c32f341
@ -160,13 +160,13 @@ input/length-limiting
|
||||
|
||||
## Input Events
|
||||
|
||||
| Event Name | Description | Parameters |
|
||||
| ---------- | ---------------------------------------------------------------------- | ------------------------- |
|
||||
| blur | triggers when Input blurs | (event: Event) |
|
||||
| focus | triggers when Input focuses | (event: Event) |
|
||||
| change | triggers only when the input box loses focus or the user presses Enter | (value: string \| number) |
|
||||
| input | triggers when the Input value change | (value: string \| number) |
|
||||
| clear | triggers when the Input is cleared by clicking the clear button | — |
|
||||
| Event Name | Description | Parameters |
|
||||
| ---------- | ----------------------------------------------------------------------------------------------------- | ------------------------- |
|
||||
| blur | triggers when Input blurs | (event: Event) |
|
||||
| focus | triggers when Input focuses | (event: Event) |
|
||||
| change | triggers when the input box loses focus or the user presses Enter, only if the modelValue has changed | (value: string \| number) |
|
||||
| input | triggers when the Input value change | (value: string \| number) |
|
||||
| clear | triggers when the Input is cleared by clicking the clear button | — |
|
||||
|
||||
## Input Methods
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user