mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Docs: add input event in input Events Table (#18061)
* docs: Input Events Table add input event update input doc, add input event the issue is #7592 * docs: update input docs and add input event * docs: update input docs and add input event
This commit is contained in:
@@ -605,6 +605,8 @@ export default {
|
||||
| blur | triggers when Input blurs | (event: Event) |
|
||||
| focus | triggers when Input focuses | (event: Event) |
|
||||
| change | triggers when the icon inside Input value change | (value: string \| number) |
|
||||
| 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 | — |
|
||||
|
||||
### Input Methods
|
||||
|
||||
Reference in New Issue
Block a user