-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
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
Menu 'keepMounted' prevents tabbing in form #4502
Comments
Is there anybody out there? 🎶 |
I've received your issue and examined your issue, it is in the common backlog queue. If you would rather not wait for the fix, you are welcome to submit a PR with a fix. |
Thank you, was really just looking for confirmation that it's in the pipeline on some level. |
Fixed in 7.3.1 |
#4502) (#5565) Co-authored-by: Vitaly Rtishchev <[email protected]>
Unfortunately this issue is not resolved in I've updated the sandbox to the latest version, and migrated from 6 to 7. Update
|
What package has an issue
@mantine/core
Describe the bug
When having a Menu with the
keepMounted
attribute (for SEO purposes) on the same page with aform
element, tabbing between form elements becomes non-responsive. Remove thekeepMounted
property, and tabbing goes back to normal.What version of @mantine/hooks page do you have in package.json?
6.0.16
If possible, please include a link to a codesandbox with the reproduced problem
https://codesandbox.io/p/sandbox/cool-dan-kjddq6?file=%2Fsrc%2FApp.tsx%3A17%2C26
Do you know how to fix the issue
No
Are you willing to participate in fixing this issue and create a pull request with the fix
No
Possible fix
No response
The text was updated successfully, but these errors were encountered: