TextArea

Allows you to enter and edit long text.

Example

Theme

Props

Name

Type

Default value

Description

id

string

''

The id of the Textarea, which binds the Textarea with the label.

name
required

string

null

The name of the Textarea, which is used to get the value of the field.

onChange

func

null

The function called on value change.

placeholder

string

''

The text by default in the Textarea.

value

string

undefined

The value of the Textarea.