diff --git a/src/mantine-core/src/PasswordInput/PasswordInput.tsx b/src/mantine-core/src/PasswordInput/PasswordInput.tsx index 4fb2ee208ec..affde5bbb60 100644 --- a/src/mantine-core/src/PasswordInput/PasswordInput.tsx +++ b/src/mantine-core/src/PasswordInput/PasswordInput.tsx @@ -192,6 +192,7 @@ export const PasswordInput = forwardRef((p disabled={disabled} id={uuid} ref={ref} + autoComplete="off" {...rest} />