This commit is contained in:
Marco Pedone 2026-05-08 17:38:25 +02:00
parent edd0c0512e
commit 3457ce10ca
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ const CustomInput = (
<components.Input <components.Input
{...props} {...props}
// This pulls the value from the main ReactSelect wrapper // This pulls the value from the main ReactSelect wrapper
autoComplete={props.selectProps.autoComplete} //autoComplete={props.selectProps.autoComplete}
{...passwordManagerIgnore} {...passwordManagerIgnore}
/> />
); );

View file

@ -71,7 +71,7 @@ export const debounce = <T extends unknown[]>(
}; };
export const passwordManagerIgnore = { export const passwordManagerIgnore = {
autocomplete: "off", autoComplete: "off",
"data-1p-ignore": true, // 1Password "data-1p-ignore": true, // 1Password
"data-lpignore": "true", // LastPass "data-lpignore": "true", // LastPass
"data-protonpass-ignore": "true", // ProtonPass "data-protonpass-ignore": "true", // ProtonPass