Open malarap opened 7 years ago
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.
div.has-error .bootstrap-select .dropdown-toggle,
div.error .bootstrap-select .dropdown-toggle
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?