File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
| `` composition `` | ` boolean= ` | ` false ` | 是否感知输入法输入过程的值。 |
49
49
| `` select-on-focus `` | ` boolean= ` | ` false ` | 聚焦时是否自动选中输入框文本。 |
50
50
| `` maxlength `` | ` number= ` | - | 最大可输入的字符长度。 |
51
- | `` get-length `` | ` function(string): number= ` | 自定义的字符长度计算函数。 |
51
+ | `` get-length `` | ` function(string): number= ` | - | 自定义的字符长度计算函数。 |
52
52
| `` strict `` | ` boolean= ` | ` false ` | 是否超出最大字符长度后不允许继续输入。 |
53
53
| `` trim `` | `boolean | string=` | ` false ` | [ ^ trim ] |
54
54
Original file line number Diff line number Diff line change 40
40
| `` suggestions `` | `Array<string >| Array<Object >` | - | [ ^ suggestions ] |
41
41
| `` replace-on-select `` | ` boolean ` | ` true ` | 选择推荐项时是否自动使用其内容填充文本框。 |
42
42
| `` maxlength `` | ` number= ` | - | 最大可输入的字符长度。 |
43
- | `` get-length `` | ` function(string): number= ` | 自定义的字符长度计算函数。 |
43
+ | `` get-length `` | ` function(string): number= ` | - | 自定义的字符长度计算函数。 |
44
44
| `` strict `` | ` boolean= ` | ` false ` | 是否超出最大字符长度后不允许继续输入。 |
45
45
| `` trim `` | `boolean | string=` | ` false ` | [ ^ trim ] |
46
46
| `` suggest-trigger `` | `Array<string >| string` | ` input ` | [ ^ suggest-trigger ] |
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Use the [`disabled`](#props-disabled) prop to set an input to disabled state.
36
36
| `` composition `` | ` boolean= ` | ` false ` | Whether the input process should be aware of composition. |
37
37
| `` select-on-focus `` | ` boolean= ` | ` false ` | Whether to select text content when focused. |
38
38
| `` maxlength `` | ` number= ` | - | The maximum length of characters that can be entered. |
39
- | `` get-length `` | ` function(string): number= ` | Used to customize length calculation of the input. |
39
+ | `` get-length `` | ` function(string): number= ` | - | Used to customize length calculation of the input. |
40
40
| `` strict `` | ` boolean= ` | ` false ` | Whether to disallow further input after reaching the maximum character length. |
41
41
| `` trim `` | `boolean | string=` | ` false ` | [ ^ trim ] |
42
42
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Available size values for the [`ui`](#props-ui) prop: `xs` / `s` / `m` / `l`.
40
40
| `` suggestions `` | `Array<string >| Array<Object >` | - | [ ^ suggestions ] |
41
41
| `` replace-on-select `` | ` boolean ` | ` true ` | Whether to replace the content with suggestion item value when it's selected. |
42
42
| `` maxlength `` | ` number= ` | - | The maximum length of characters that can be entered. |
43
- | `` get-length `` | ` function(string): number= ` | Used to customize length calculation of the input. |
43
+ | `` get-length `` | ` function(string): number= ` | - | Used to customize length calculation of the input. |
44
44
| `` strict `` | ` boolean= ` | ` false ` | Whether to disallow further input after reaching the maximum character length. |
45
45
| `` trim `` | `boolean | string=` | ` false ` | [ ^ trim ] |
46
46
| `` suggest-trigger `` | `Array<string >| string` | ` input ` | [ ^ suggest-trigger ] |
You can’t perform that action at this time.
0 commit comments