From 483c32f3415e95a5989aa2cf23fcf71d08babec5 Mon Sep 17 00:00:00 2001 From: Kim Yang Date: Sun, 3 Jul 2022 12:46:57 +0800 Subject: [PATCH] docs(components): update el-input docs (#8500) Co-authored-by: KimYangOfCat --- docs/en-US/component/input.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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