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: doc/en/components/inputs/text-area.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The {ProductName} Text Area represents a multi-line plain-text editing control,
15
15
16
16
<!-- React, WebComponents, Blazor -->
17
17
18
-
`sample="/inputs/textarea/overview", height="120", alt="{Platform} Text Area Example"`
18
+
`sample="/inputs/textarea/overview", height="150", alt="{Platform} Text Area Example"`
19
19
20
20
<!-- end:React, WebComponents, Blazor -->
21
21
@@ -84,13 +84,13 @@ After we import the `Textarea` component we are ready to start using it, so let'
84
84
85
85
With `prefix` and `suffix` slots we can add different content before and after the main content of the Text Area. The `helper-text` slot provides a hint placed below the Text Area. In the following sample we will create a new Text Area field with a text prefix, an icon suffix and a helper text as a hint:
There are three different resize options of the `Textarea`. When set to `none`, the text area does not resize and uses a scroll bar to show overflow text. When set to `vertical` (the default option), the text area lets the user resize it vertically. When set to `auto`, the text area shows all the user input at once. Overflow text wraps onto a new line and expands the text area automatically.
0 commit comments