Skip to content

Commit 427f15e

Browse files
Merge pull request #1820 from IgniteUI/rivanova/text-area-sample-size
fix(text-area): increase samples height
2 parents a88e5b9 + 96feb13 commit 427f15e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/en/components/inputs/text-area.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The {ProductName} Text Area represents a multi-line plain-text editing control,
1515

1616
<!-- React, WebComponents, Blazor -->
1717

18-
`sample="/inputs/textarea/overview", height="120", alt="{Platform} Text Area Example"`
18+
`sample="/inputs/textarea/overview", height="150", alt="{Platform} Text Area Example"`
1919

2020
<!-- end:React, WebComponents, Blazor -->
2121

@@ -84,13 +84,13 @@ After we import the `Textarea` component we are ready to start using it, so let'
8484

8585
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:
8686

87-
`sample="/inputs/textarea/slots", height="120", alt="{Platform} Textarea Prefix & Suffix Example"`
87+
`sample="/inputs/textarea/slots", height="160", alt="{Platform} Textarea Prefix & Suffix Example"`
8888

8989
## Text Area Resizing
9090

9191
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.
9292

93-
`sample="/inputs/textarea/resize", height="320", alt="{Platform} Textarea Resizing Example"`
93+
`sample="/inputs/textarea/resize", height="450", alt="{Platform} Textarea Resizing Example"`
9494

9595
<!-- WebComponents -->
9696

@@ -135,7 +135,7 @@ igc-textarea::part(suffix) {
135135
}
136136
```
137137

138-
`sample="/inputs/textarea/styling", height="150", alt="{Platform} Text Area Styling"`
138+
`sample="/inputs/textarea/styling", height="160", alt="{Platform} Text Area Styling"`
139139

140140
<div class="divider"></div>
141141

0 commit comments

Comments
 (0)