Input Password

The InputPassword component is a password input field.

# Basic Usage


InputPassword Component

PropTypeDescription
classNamestringAdditional CSS classes.
namestringIdentifier for the input in form submission.
labelstringLabel text for the input field.
registerfunctionFunction to register the input with the useForm hook.
requiredbooleanSpecifies if the field is required.
minLengthnumberMinimum length of the password.
maxLengthnumberMaximum length of the password.
focusedbooleanWhether the input should be focused on mount.
autoCompletebooleanEnables or disables autocomplete (on, off).
disabledbooleanDisables interaction with the input field.