Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for as-you-type validation #76

Open
kimsey0 opened this issue Oct 6, 2020 · 1 comment
Open

Add support for as-you-type validation #76

kimsey0 opened this issue Oct 6, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kimsey0
Copy link
Contributor

kimsey0 commented Oct 6, 2020

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.

@shibayan shibayan added the enhancement New feature or request label Oct 6, 2020
@shibayan shibayan added this to the v2.1.0 Release milestone Oct 6, 2020
@shibayan shibayan self-assigned this Oct 12, 2020
@shibayan
Copy link
Owner

Thanks for the feedback, there will be improvements to the indicator at the same time as #75.

Validation isn't perfect yet, so the feedback is greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants