Skip to content

Commit 3f6f901

Browse files
authored
update textarea docs to remove old resizing info (#3485)
1 parent 6d56b98 commit 3f6f901

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/@react-spectrum/textfield/docs/TextArea.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ function Example() {
142142

143143
[View guidelines](https://spectrum.adobe.com/page/text-area/#Quiet)
144144

145-
In addition to changing the visual style of the TextArea, the `isQuiet` prop removes the ability to manually resize the TextArea.
146-
To compensate, the TextArea automatically adjusts its own height to accommodate for additional lines of text.
147-
148145
```tsx example
149146
<TextArea label="Email" isQuiet />
150147
```

0 commit comments

Comments
 (0)