TextAreaFieldProps
TextAreaFieldProps =
Omit<TextFieldProps,"children"|"className"> &RefAttributes<HTMLDivElement> &object
Type Declaration
classNames?
optionalclassNames:object
classNames.description?
optionaldescription:string
classNames.error?
optionalerror:FieldErrorProps["className"]
classNames.field?
optionalfield:TextFieldProps["className"]
classNames.input?
optionalinput:TextAreaProps["className"]
classNames.label?
optionallabel:string
description?
optionaldescription:string
errorMessage?
optionalerrorMessage:FieldErrorProps["children"]
inputProps?
optionalinputProps:Omit<TextAreaProps,"className"> &RefAttributes<HTMLTextAreaElement>
label?
optionallabel:string
size?
optionalsize:"medium"|"small"