InputTextarea

The InputText component is a textarea input field.

# Basic Usage


InputTextarea Props

PropTypeDescription
classNamestringAdditional CSS classes.
namestringIdentifier for the input in form submission.
labelstringLabel text for the input field.
minLengthnumberMinimum input length.
maxLengthnumberMaximum input length.
registerfunctionFunction to register the input with the useForm hook.
uppercasebooleanForces text to be uppercase.
requiredbooleanSpecifies if the field is required.
focusedbooleanWhether the input should be focused on mount.
disabledbooleanDisables interaction with the input field.