Skip to main content

TextAreaFieldProps

TextAreaFieldProps = Omit<TextFieldProps, "children" | "className"> & RefAttributes<HTMLDivElement> & object

Type Declaration

classNames?

optional classNames: object

classNames.description?

optional description: string

classNames.error?

optional error: FieldErrorProps["className"]

classNames.field?

optional field: TextFieldProps["className"]

classNames.input?

optional input: TextAreaProps["className"]

classNames.label?

optional label: string

description?

optional description: string

errorMessage?

optional errorMessage: FieldErrorProps["children"]

inputProps?

optional inputProps: Omit<TextAreaProps, "className"> & RefAttributes<HTMLTextAreaElement>

label?

optional label: string

size?

optional size: "medium" | "small"