Multiline Text Input / Textarea
Components
>
Editing Data
>
Multiline Text Input / Textarea
Use this component to...
Prompt the user to enter multiple lines of text
See this component in action...
Overview
Use the multiline text input component (a.k.a. textarea
) to prompt the user to enter multiple lines of text.
Development
Web component development
Implementation
Use the native HTML textarea
element to prompt the user to enter multiline text values.
<textarea id="Comments" formControlName="comments" class="rui-form-control" rows="4"
autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
Angular component development
Component
Use the native HTML textarea
element to prompt the user to enter multiline text values.
<textarea id="Comments" formControlName="comments" class="rui-form-control" rows="4"
autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
Design
Figma design
Figma design info
Dev Component | Design Component Name |
---|---|
Multi-line text input | Add RUI / Forms / Text Input to the design and stretch its height as needed. |
Adobe XD design
Adobe XD design info
- Sample App - Editing Form Data
Dev Component | Design Component Name |
---|---|
Multi-line text input | Add JHA / Forms / Text Input to the design and stretch its height as needed. |
Support options
Last updated Tue Apr 18 2023