Skip to content

Commit 5491e52

Browse files
zhouxinyongisland205
authored andcommitted
Docs: delete Input repeat change event (#18085)
1 parent f3c1666 commit 5491e52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/docs/en-US/input.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ export default {
604604
|----| ----| ----|
605605
| blur | triggers when Input blurs | (event: Event) |
606606
| focus | triggers when Input focuses | (event: Event) |
607-
| change | triggers when the icon inside Input value change | (value: string \| number) |
608607
| change | triggers only when the input box loses focus or the user presses Enter | (value: string \| number) |
609608
| input | triggers when the Input value change | (value: string \| number) |
610609
| clear | triggers when the Input is cleared by clicking the clear button ||

0 commit comments

Comments
 (0)