3.0.0-alpha.7 Alpha
Default Default Classic Light Dark Light Dark System
Search /
Default Default Classic Light Dark Light Dark System
Native Styles

Textarea

Textareas collect data from the user and allow multiple lines of text.

Want to do more? Check out the <wa-textarea> component!
<label>Textarea <textarea></textarea></label>

Placeholders

Use the placeholder attribute to add a placeholder.

<textarea placeholder="Type something"></textarea>

Appearance

Use the appearence utilities to change the textarea's visual appearance.

<textarea placeholder="Type something" class="wa-filled"></textarea>

Expand with Content

You can use field-sizing: content in browsers that support it to make the textarea grow as the user types:

<textarea placeholder="Type something" style="field-sizing: content"></textarea>
    No results