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

Validating the number of characters #54

Open
sanchopanda opened this issue Nov 29, 2020 · 1 comment
Open

Validating the number of characters #54

sanchopanda opened this issue Nov 29, 2020 · 1 comment

Comments

@sanchopanda
Copy link

I want to add password validation, but code from the example https://pristine.js.org/demo.html gives the error

Uncaught TypeError: Cannot read property '1' of null

From #10 (comment) i found out that the reason is in the comma. RegEx "/^(?=.?[A-Z])(?=.?[a-z])(?=.*?[0-9]).{8,}$/" contains commas. But in the example everything works, what can be done to make the pattern work?

@jshrssll
Copy link

Any update on this? I have the same issue

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

No branches or pull requests

2 participants