docs(components): [input] edit events header name (#10589)

This commit is contained in:
Xc 2022-11-13 17:55:29 +08:00 committed by GitHub
parent 1155f4ceaa
commit 90f7a484e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ input/length-limiting
### Events
| Name | Description | Parameters |
| Name | Description | Type |
| ------ | ----------------------------------------------------------------------------------------------------- | ---------------------------------------------- |
| blur | triggers when Input blurs | ^[Function]`(event: FocusEvent) => void` |
| focus | triggers when Input focuses | ^[Function]`(event: FocusEvent) => void` |