We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
autocomplete
@mantine/core
When using InputPassword on Chrome, the password field with value gets exposed because of a Chrome "feature": https://www.chromium.org/developers/design-documents/create-amazing-password-forms.
InputPassword
Adding autocomplete prop to component solves the issue but this should probably be listed as a required prop in docs.
^6.0.14
No response
Yes
Add autocomplete: 'on' or autocomplete: 'off' to InputPassword component + include in docs.
autocomplete: 'on'
autocomplete: 'off'
The text was updated successfully, but these errors were encountered:
You are welcome to submit a PR with a fix
Sorry, something went wrong.
[@mantine/core] PasswordInput: Set autocomplete="off" to prevent pa…
autocomplete="off"
405c6be
…sswords logging in console (#4564)
Fixed in 6.0.20
13c3a6d
…sswords logging in console (mantinedev#4564)
No branches or pull requests
What package has an issue
@mantine/core
Describe the bug
When using
InputPassword
on Chrome, the password field with value gets exposed because of a Chrome "feature": https://www.chromium.org/developers/design-documents/create-amazing-password-forms.Adding
autocomplete
prop to component solves the issue but this should probably be listed as a required prop in docs.What version of @mantine/hooks page do you have in package.json?
^6.0.14
If possible, please include a link to a codesandbox with the reproduced problem
No response
Do you know how to fix the issue
Yes
Are you willing to participate in fixing this issue and create a pull request with the fix
Yes
Possible fix
Add
autocomplete: 'on'
orautocomplete: 'off'
toInputPassword
component + include in docs.The text was updated successfully, but these errors were encountered: