You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/input/index.en-US.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ A basic widget for getting the user input is a text field. Keyboard and mouse ca
27
27
| prefix | The prefix icon for the Input. | string\|slot |||
28
28
| size | The size of the input box. Note: in the context of a form, the `large` size is used. Available: `large``default``small`| string |`default`||
29
29
| suffix | The suffix icon for the Input. | string\|slot |||
30
-
| type | The type of input, see: [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types)(use `Input.TextArea` instead of `type="textarea"`) | string |`text`||
30
+
| type | The type of input, see: [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/input#Form_%3Cinput%3E_types)(use `<a-textarea />` instead of `type="textarea"`) | string |`text`||
31
31
| value(v-model) | The input content value | string |||
32
32
| allowClear | allow to remove input content with clear icon | boolean |||
33
33
@@ -40,7 +40,7 @@ A basic widget for getting the user input is a text field. Keyboard and mouse ca
40
40
41
41
> When `Input` is used in a `Form.Item` context, if the `Form.Item` has the `id` and `options` props defined then `value`, `defaultValue`, and `id` props of `Input` are automatically set.
42
42
43
-
### Input.TextArea
43
+
### TextArea
44
44
45
45
| Property | Description | Type | Default | Version |
46
46
| --- | --- | --- | --- | --- | --- |
@@ -50,13 +50,13 @@ A basic widget for getting the user input is a text field. Keyboard and mouse ca
50
50
| allowClear | allow to remove input content with clear icon | boolean || 1.5.0 |
51
51
| showCount | Whether show text count | boolean | false ||
0 commit comments