Docs: delete Input repeat change event (#18085)

pull/18091/head
vimvinter 2019-11-18 12:19:45 +08:00 committed by Zhi Cun
parent f3c1666ac8
commit 5491e52391
1 changed files with 0 additions and 1 deletions

View File

@ -604,7 +604,6 @@ 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 | — |