Text area
The text area component is a multi-line input field that allows users to enter and edit blocks of text. This is typically used for capturing longer inputs (comments, descriptions, feedback) and may include features like resizing, character count, and placeholder text to guide users on the expected input format.
— Definition from the MDN web docs
Sizes
Standard
The default size that reflects the most usual cases:
Loading...
Live Editor
<qds-textarea value="Enter text" />
Small
Loading...
Live Editor
<qds-textarea size="small" value="Enter text" />
Large
Loading...
Live Editor
<qds-textarea size="large" value="Enter text" />