fix typo
This commit is contained in:
parent
edd0c0512e
commit
3457ce10ca
2 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ const CustomInput = (
|
|||
<components.Input
|
||||
{...props}
|
||||
// This pulls the value from the main ReactSelect wrapper
|
||||
autoComplete={props.selectProps.autoComplete}
|
||||
//autoComplete={props.selectProps.autoComplete}
|
||||
{...passwordManagerIgnore}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ export const debounce = <T extends unknown[]>(
|
|||
};
|
||||
|
||||
export const passwordManagerIgnore = {
|
||||
autocomplete: "off",
|
||||
autoComplete: "off",
|
||||
"data-1p-ignore": true, // 1Password
|
||||
"data-lpignore": "true", // LastPass
|
||||
"data-protonpass-ignore": "true", // ProtonPass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue