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
{{ message }}
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.
I have a similar issue.
I perform server-side validation, which is more thorough than the client-side validation, so in some instances, the client-side validator will think a field is valid, yet after submitting to the server, the server has determined it to be invalid, and has re-rendered the form with a form-group with 'has-error', and pre-populated error message.
Ideally, I'd like it to not run validation when the page first loads, until the field value is changed. And when it does run, to remove the server-side generated error text.
Hello,
I just updated and the changes from #350 are causing some problems for me. Here is what is happening:
Here is a fiddle that might help explain what I'm talking about.
What do you think about making this behavior something that can be disabled?
The text was updated successfully, but these errors were encountered: