Skip to content

Commit e23b386

Browse files
authored
docs(input): 修正参数名 (#3088)
1 parent 96a6066 commit e23b386

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/packages/__VUE/input/doc.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ After setting the `maxlength` and `show-word-limit` attributes, word count will
8585
| autofocus | Whether to auto focus, unsupported in iOS | boolean | `false` |
8686
| max-length | Max length of value | string | number | - |
8787
| clearable | Whether to be clearable | boolean | `false` |
88-
| 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` |
88+
| 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` |
8989
| clear-size | Clear Icon `font-size` | string | `14` |
9090
| show-word-limit | Whether to show word limit, need to set the `max-length` prop | boolean | `false` |
9191
| error | Whether to mark the input content in red | boolean | `false` |

src/packages/__VUE/input/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ app.use(Input)
9696
| autofocus | 是否自动获得焦点,`iOS` 系统不支持该属性 | boolean | `false` |
9797
| max-length | 限制最长输入字符 | string | number | - |
9898
| clearable | 展示清除 `Icon` | boolean | `false` |
99-
| showClearIcon `4.0.2` | 是否在失去焦点后,继续展示清除按钮,在设置 `clearable` 时生效 | boolean | `false` |
99+
| show-clear-icon `4.0.2` | 是否在失去焦点后,继续展示清除按钮,在设置 `clearable` 时生效 | boolean | `false` |
100100
| clear-size | 清除图标的 `font-size` 大小 | string | `14` |
101101
| show-word-limit | 是否显示限制最长输入字符,需要设置 `max-length` 属性 | boolean | `false` |
102102
| error | 是否标红 | boolean | `false` |

src/packages/__VUE/input/doc.taro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ app.use(Input)
100100
| autofocus | 是否自动获得焦点,`iOS` 系统不支持该属性 | boolean | `false` |
101101
| max-length | 限制最长输入字符 | string | number | - |
102102
| clearable | 展示清除 `Icon` | boolean | `false` |
103-
| showClearIcon `4.0.2` | 是否在失去焦点后,继续展示清除按钮,在设置 `clearable` 时生效 | boolean | `false` |
103+
| show-clear-icon `4.0.2` | 是否在失去焦点后,继续展示清除按钮,在设置 `clearable` 时生效 | boolean | `false` |
104104
| clear-size | 清除图标的 `font-size` 大小 | string | `14` |
105105
| show-word-limit | 是否显示限制最长输入字符,需要设置 `max-length` 属性 | boolean | `false` |
106106
| error | 是否标红 | boolean | `false` |

0 commit comments

Comments
 (0)