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
For the MinLength and MaxLength validators, it would be useful to have the possibility of seeing an indication of how many of the allowed or required characters you have used up, for example in parentheses after the message: Type new password (3/8): ***
The indicator could be colored based on whether the current input is valid or not.
For the RegularExpression validator, it may be harder to show a usable indicator, but it could still say ✅/valid or ❌/invalid.
The text was updated successfully, but these errors were encountered:
For the
MinLength
andMaxLength
validators, it would be useful to have the possibility of seeing an indication of how many of the allowed or required characters you have used up, for example in parentheses after the message:Type new password (3/8): ***
The indicator could be colored based on whether the current input is valid or not.
For the
RegularExpression
validator, it may be harder to show a usable indicator, but it could still say✅
/valid
or❌
/invalid
.The text was updated successfully, but these errors were encountered: