mantine-v7
mantine-v7 copied to clipboard
:disabled CSS pseudo-class not added to input in Firefox
What package has an issue
@mantine/core
Describe the bug
While in Edge the :disabled pseudo-class is added to input fields, in Firefox it's not.
You can test this in the documentation: https://v7.mantine.dev/core/input#usage
What version of @mantine/* page do you have in package.json? (Note that all @mantine/* packages must have the same version in order to work correctly)
7.0.0-beta.5
If possible, please include a link to a codesandbox with the reproduced problem
https://v7.mantine.dev/core/input#usage
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
Yes
Possible fix
No response
Thanks for reporting