Skip to content

Commit cd5cb9e

Browse files
committed
docs(textarea): quiet variant description
1 parent b37f9f0 commit cd5cb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/textfield/metadata/textarea.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ examples:
185185
186186
- id: textfield-quiet
187187
name: Quiet
188-
description: Text areas should rarely be presented in the quiet style. The height of the field should use grow logic so the height will adjust with the height of the entered value.
188+
description: Text areas should rarely be presented in the quiet style. When used, quiet text areas should use Javascript to enable a text area that grows with input.
189189
markup: |
190190
<div class="spectrum-Textfield spectrum-Textfield--multiline spectrum-Textfield--quiet">
191191
<label for="textarea-quiet" class="spectrum-FieldLabel spectrum-FieldLabel--sizeM">Comments</label>

0 commit comments

Comments
 (0)