fix(ui) default to "off" for autoComplete in Input

This commit is contained in:
Saúl Ibarra Corretgé
2025-04-04 11:11:44 +02:00
committed by Saúl Ibarra Corretgé
parent b7f5b8ecd2
commit af4f122602

View File

@@ -154,7 +154,7 @@ const useStyles = makeStyles()(theme => {
const Input = React.forwardRef<any, IProps>(({
accessibilityLabel,
autoComplete,
autoComplete = 'off',
autoFocus,
bottomLabel,
className,