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
Describe the bug
If I have lazy={false} on the component, then the IMaskInput with a controlled Mantine component will stop taking in characters. Removing the lazy={false} will fix it but won't show the placeholder.
Describe the bug
If I have
lazy={false}
on the component, then the IMaskInput with a controlled Mantine component will stop taking in characters. Removing thelazy={false}
will fix it but won't show the placeholder.To Reproduce
https://codesandbox.io/p/sandbox/mantine-react-template-q4dd5d
Expected behavior
Expect
lazy={false}
to not break the input componentEnvironment:
The text was updated successfully, but these errors were encountered: