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
Hi I'm running jQuery 1.7.2 and bootstrap v3.0 and this plugin It works perfect when submit but this plugin have a red border in select menus that does not have the tag hmtl5 "required"
any idea?
The text was updated successfully, but these errors were encountered:
I am having the same issue, on validation class "error" is added to form tag which is causing this. you can change CSS from ".error ----" to "div.error ---" this way the red border will show if parent DIV has error. I am still looking for a clean way to prevent validation from adding "error" class to form tag.
Hi I'm running jQuery 1.7.2 and bootstrap v3.0 and this plugin It works perfect when submit but this plugin have a red border in select menus that does not have the tag hmtl5 "required"
any idea?
The text was updated successfully, but these errors were encountered: