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
When running the number validator, using a "not equals" comparison, the validator does not successfully match the case where the number equals its comparison.
To Reproduce
Steps to reproduce the behavior:
Create a validation of "not equal 45"
Enter "45" into the number input
See error
Expected behavior
Validation should not display if the number equals the comparison
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the number validator, using a "not equals" comparison, the validator does not successfully match the case where the number equals its comparison.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Validation should not display if the number equals the comparison
The text was updated successfully, but these errors were encountered: