Changed autocomplete to only fill when on form
This commit is contained in:
parent
82368bbe76
commit
5df8b11d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export default function InputComponent({
|
|||
</Form.Control>
|
||||
) : (
|
||||
<Input
|
||||
type={password && !pwdVisible ? "password" : "text"}
|
||||
type="text"
|
||||
value={value}
|
||||
disabled={disabled}
|
||||
required={required}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue