Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/packages/__VUE/input/doc.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/input/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion src/packages/__VUE/input/doc.taro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down