Skip to content
kapable

TextareaField

Forms · 1 export · v0.1.0 · showcase

Multiline text control with Field wiring, limits, and optional client autosizing.

Browse 72 component families

Usage

TextareaField usage
<TextareaField label="Release note" name="note" autoSize maxLength={280} />

API

TextareaField API

TextareaFieldProps

TextareaField props
proptypenotes
labelstring
namestring
id?string
error?string | null
hint?RemixNode
required?boolean
disabled?boolean
placeholder?string
defaultValue?string
autoComplete?string
rows?number
minLength?number
maxLength?number
readOnly?boolean
spellCheck?boolean
autoSize?booleanLet supporting browsers grow the textarea with its content.
mix?MixInput

More in Forms

More in Forms