Skip to content

Commit 8afeb69

Browse files
committed
docs(textarea): update desc for grow
1 parent 467f112 commit 8afeb69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/textfield/metadata/textarea.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Text area
22
status: Verified
33
description: A multi-line text field (aka textarea)
4-
SpectrumSiteSlug: https://spectrum.adobe.com/page/text-field/
4+
SpectrumSiteSlug: https://spectrum.adobe.com/page/text-area/
55
sections:
66
- name: Migration Guide
77
description: |
@@ -59,7 +59,7 @@ examples:
5959
6060
- id: textfield-grow
6161
name: Textfield with Grow Behavior
62-
description: By default the TextArea is draggable. Add `spectrum-Textfield--grows` to the text-field with `spectrum-Textfield--multiline` along with appropriate JavaScript to enable a text area that grows with input isntead of dragging.
62+
description: By default the TextArea is draggable. Use `spectrum-Textfield--grows` to disable the drag behavior along with appropriate JavaScript to enable a text area that grows with input.
6363
markup: |
6464
<div class="spectrum-Textfield spectrum-Textfield--multiline spectrum-Textfield--grows">
6565
<label for="textfield-helptext" class="spectrum-FieldLabel spectrum-FieldLabel--sizeM">Password</label>

0 commit comments

Comments
 (0)