We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c1666 commit 5491e52Copy full SHA for 5491e52
examples/docs/en-US/input.md
@@ -604,7 +604,6 @@ export default {
604
|----| ----| ----|
605
| blur | triggers when Input blurs | (event: Event) |
606
| focus | triggers when Input focuses | (event: Event) |
607
-| change | triggers when the icon inside Input value change | (value: string \| number) |
608
| change | triggers only when the input box loses focus or the user presses Enter | (value: string \| number) |
609
| input | triggers when the Input value change | (value: string \| number) |
610
| clear | triggers when the Input is cleared by clicking the clear button | — |
0 commit comments