You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.5.3
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
Chrome
Describe the bug
When setting the autoComplete prop on a <Select> component, the input's autocomplete attribute does not use the provided value - it uses the default value off. This is an issue when using the searchable prop since it allows user input, which can trigger the browser autocomplete.
If possible, include a link to a codesandbox with a minimal reproduction
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.5.3
What package has an issue?
@mantine/core
What framework do you use?
Vite
In which browsers you can reproduce the issue?
Chrome
Describe the bug
When setting the
autoComplete
prop on a<Select>
component, the input'sautocomplete
attribute does not use the provided value - it uses the default valueoff
. This is an issue when using thesearchable
prop since it allows user input, which can trigger the browser autocomplete.If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/mantine-react-template-forked-c3f42c?file=%2Fsrc%2FApp.tsx
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: