Skip to content

components/textarea

@fungi.computer/caps


@fungi.computer/caps / components/textarea

TextareaProps = object & TextareaHTMLAttributes<HTMLTextAreaElement>>

Props accepted by Textarea.

optional invalid?: boolean

const Textarea: ForwardRefExoticComponent<object & TextareaHTMLAttributes<HTMLTextAreaElement> > & RefAttributes<HTMLTextAreaElement>>>>

A styled multiline text input that preserves caller-owned value and event behavior.