Changed autocomplete to only fill when on form

This commit is contained in:
Lucas Oliveira 2023-09-04 16:37:43 -03:00
commit 5df8b11d9f

View file

@ -54,7 +54,7 @@ export default function InputComponent({
</Form.Control>
) : (
<Input
type={password && !pwdVisible ? "password" : "text"}
type="text"
value={value}
disabled={disabled}
required={required}