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
The PasswordInput styles API includes a class, innerInput, that is exposed to make updates to the input field. From testing and from looking at the code, I don't think setting that class actually has an effect on the component.
In which browser did the problem occur
Chrome
If possible, please include a link to a codesandbox with the reproduced problem
What package has an issue
@mantine/core
Describe the bug
The
PasswordInput
styles API includes a class,innerInput
, that is exposed to make updates to the input field. From testing and from looking at the code, I don't think setting that class actually has an effect on the component.In which browser did the problem occur
Chrome
If possible, please include a link to a codesandbox with the reproduced problem
https://codesandbox.io/s/busy-feynman-bdrb5j?file=/src/App.tsx
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
The text was updated successfully, but these errors were encountered: