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

Validator doesn't work if form has "." in it #121

Open
prindacerk opened this issue Apr 7, 2017 · 0 comments
Open

Validator doesn't work if form has "." in it #121

prindacerk opened this issue Apr 7, 2017 · 0 comments

Comments

@prindacerk
Copy link

I was lost at the reason why the form was not showing the validation error message on submission, When I check the state of the form, it does show it as invalid but still the error message is not visible. It seems to work fine on-blur but not on submission.

After extensive experimenting, I came to realize that the cause was because the form name has a ".". For example the name I had was "vm.form" and it wasn't working for submission. When I renamed it to "myform", then it works on submission as well.

I hope you can figure out why this is and either handle it or put it in the FAQ so people won't spend as much time as me to figure this out.

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

1 participant