diff --git a/docs/en-US/component/input.md b/docs/en-US/component/input.md index fab5c161e9..1807ed3a92 100644 --- a/docs/en-US/component/input.md +++ b/docs/en-US/component/input.md @@ -160,13 +160,13 @@ input/length-limiting ## Input Events -| Event Name | Description | Parameters | -| ---------- | ---------------------------------------------------------------------- | ------------------------- | -| blur | triggers when Input blurs | (event: Event) | -| focus | triggers when Input focuses | (event: Event) | -| 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 | — | +| Event Name | Description | Parameters | +| ---------- | ----------------------------------------------------------------------------------------------------- | ------------------------- | +| blur | triggers when Input blurs | (event: Event) | +| focus | triggers when Input focuses | (event: Event) | +| change | triggers when the input box loses focus or the user presses Enter, only if the modelValue has changed | (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