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
The min validator can not be used for a text field where you want n characters and they input a number > n.
To Reproduce
Steps to reproduce the behavior:
Add min(8) validator to a text input
Type in 9
Field is valid
Expected behavior
I believe a specific minLength / maxLength validator is required for this situation, as I want the validator to only validate the number of characters in the text and not the potential number value.
The text was updated successfully, but these errors were encountered:
Describe the bug
The min validator can not be used for a text field where you want n characters and they input a number > n.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I believe a specific minLength / maxLength validator is required for this situation, as I want the validator to only validate the number of characters in the text and not the potential number value.
The text was updated successfully, but these errors were encountered: