1000hz / bootstrap-validator

A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3
http://1000hz.github.io/bootstrap-validator
MIT License
2.38k stars 1.07k forks source link

Form won’t submit after validation triggers #651

Open umeshyadav1943 opened 5 years ago

umeshyadav1943 commented 5 years ago

It works fine if you make a selection and then hit submit button (as you're supposed to), but if the user doesn't make a selection and just hits submit it causes problems. The validation is working as it shows an x with the properly error message saying they need to make a selection. But then if they make a selection after the initial validation it never validates to let the user submit and you must hit refresh.

nemo1112 commented 4 years ago

I have the same issue. Have you found any solution?