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
When using passthrough to style InputMask with Tailwind props.invalid is always false. This doesn't allow us to add specific conditional styles when the control is not valid
- Pass invalid prop to `InputText`
- Ensure template tailwind styling takes the `invalid` property into account
- use triple equals instead of double equals where appropriate
Describe the bug
When using passthrough to style InputMask with Tailwind props.invalid is always false. This doesn't allow us to add specific conditional styles when the control is not valid
Reproducer
https://stackblitz.com/edit/yvptyh?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
Expected behavior
This should work like InputText and pass the correct invalid state into the passthrough function
The text was updated successfully, but these errors were encountered: