From e23b386e6793dfb04e50caa4c33879b7e93689fc Mon Sep 17 00:00:00 2001 From: hainuo Date: Sat, 25 May 2024 18:35:37 +0800 Subject: [PATCH] =?UTF-8?q?docs(input):=20=E4=BF=AE=E6=AD=A3=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=90=8D=20(#3088)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/packages/__VUE/input/doc.en-US.md | 2 +- src/packages/__VUE/input/doc.md | 2 +- src/packages/__VUE/input/doc.taro.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/packages/__VUE/input/doc.en-US.md b/src/packages/__VUE/input/doc.en-US.md index 57cd8d7f8a..9d8cd6b010 100644 --- a/src/packages/__VUE/input/doc.en-US.md +++ b/src/packages/__VUE/input/doc.en-US.md @@ -85,7 +85,7 @@ After setting the `maxlength` and `show-word-limit` attributes, word count will | autofocus | Whether to auto focus, unsupported in iOS | boolean | `false` | | max-length | Max length of value | string | number | - | | clearable | Whether to be clearable | boolean | `false` | -| showClearIcon `4.0.2` | Whether to continue to display the clear button after losing focus, which will take effect when 'clearable' is set | boolean | `false` | +| show-clear-icon `4.0.2` | Whether to continue to display the clear button after losing focus, which will take effect when 'clearable' is set | boolean | `false` | | clear-size | Clear Icon `font-size` | string | `14` | | show-word-limit | Whether to show word limit, need to set the `max-length` prop | boolean | `false` | | error | Whether to mark the input content in red | boolean | `false` | diff --git a/src/packages/__VUE/input/doc.md b/src/packages/__VUE/input/doc.md index c5469490f9..2e0f0f1b45 100644 --- a/src/packages/__VUE/input/doc.md +++ b/src/packages/__VUE/input/doc.md @@ -96,7 +96,7 @@ app.use(Input) | autofocus | 是否自动获得焦点,`iOS` 系统不支持该属性 | boolean | `false` | | max-length | 限制最长输入字符 | string | number | - | | clearable | 展示清除 `Icon` | boolean | `false` | -| showClearIcon `4.0.2` | 是否在失去焦点后,继续展示清除按钮,在设置 `clearable` 时生效 | boolean | `false` | +| show-clear-icon `4.0.2` | 是否在失去焦点后,继续展示清除按钮,在设置 `clearable` 时生效 | boolean | `false` | | clear-size | 清除图标的 `font-size` 大小 | string | `14` | | show-word-limit | 是否显示限制最长输入字符,需要设置 `max-length` 属性 | boolean | `false` | | error | 是否标红 | boolean | `false` | diff --git a/src/packages/__VUE/input/doc.taro.md b/src/packages/__VUE/input/doc.taro.md index 062a7eae7a..72723f876c 100644 --- a/src/packages/__VUE/input/doc.taro.md +++ b/src/packages/__VUE/input/doc.taro.md @@ -100,7 +100,7 @@ app.use(Input) | autofocus | 是否自动获得焦点,`iOS` 系统不支持该属性 | boolean | `false` | | max-length | 限制最长输入字符 | string | number | - | | clearable | 展示清除 `Icon` | boolean | `false` | -| showClearIcon `4.0.2` | 是否在失去焦点后,继续展示清除按钮,在设置 `clearable` 时生效 | boolean | `false` | +| show-clear-icon `4.0.2` | 是否在失去焦点后,继续展示清除按钮,在设置 `clearable` 时生效 | boolean | `false` | | clear-size | 清除图标的 `font-size` 大小 | string | `14` | | show-word-limit | 是否显示限制最长输入字符,需要设置 `max-length` 属性 | boolean | `false` | | error | 是否标红 | boolean | `false` |