Skip to content
Binary UIKit reference Stable

Textarea

Auto-growing multiline field with stable label, hint, error, count, and native-element associations.

Choose Textarea for free-form multiline text. Use its label or a native accessible name. Component errors replace hints, preserve consumer `aria-describedby`, and set `aria-invalid`.

Interactive example

Loading interactive example

API

Inherited prop contracts

  • Omit<HTMLTextareaAttributes, 'value'> Props from this native base are accepted except the listed members.
MemberTypeKindRequiredDefault
errorstringpropNoundefined
hintstringpropNoundefined
labelstringpropNoundefined
maxRowsnumberpropNoundefined
refHTMLTextAreaElementbindingNoundefined
rowsnumberpropNo3
showCountbooleanpropNofalse
valuestringbindingNo''

Examples

Source

Loading source