Textarea

Textarea allows user to enter and easily edit longer, descriptive text, which could span multiple lines.

Component checklist

React documented

Flutter documented

Design

Is the design finished and component available in Figma library?

Up to date

React

Is new design vision part implemented using new tokens?

Up to date

Flutter

Is new design vision part implemented using new tokens?

Up to date

Introduction

A Textarea enables users to enter and edit alphanumeric data. It should be used when the expected user input is more than a few words and could span multiple lines. It is suitable for gathering comments, descriptions, notes and messages. For shorter content entries that are just a couple of words and don’t span multiple lines, a Text Input is more suitable.

Overview / Introduction