If min_length
and max_length
are the same in a text input, give the error better wording.
#5382
Unanswered
IllagerCaptain
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, if

min_length
andmax_length
are the same, it displays the error "Must be between X and X in length.", which is good for whenmin_length
andmax_length
are different, but when they are the same, it is badly worded. A better way to display this would be "Must be X in length." or "Must be X characters in length.".Beta Was this translation helpful? Give feedback.
All reactions