diff --git a/src/components/Input.tsx b/src/components/Input.tsx index 107e559..b74e4f8 100644 --- a/src/components/Input.tsx +++ b/src/components/Input.tsx @@ -129,6 +129,7 @@ export const Input = forwardRef( placeholder={placeholder} value={value} // Other + data-1p-ignore // prevent 1Password fill {...otherProps} /> ) : ( @@ -168,6 +169,7 @@ export const Input = forwardRef( value={formattedValue} autoComplete="off" autoCorrect="off" + data-1p-ignore // prevent 1Password fill {...otherProps} /> )}