Bootstrap 3 form using input-group-addon wrapping error labels with Jquery Validate -
Bootstrap 3 is used with form-horizontal form group and with input-group tag with Jquery-validate. When Jquery.Validate runs for errors, it adds a label error control inside the input-group.
The problem is that the input group-addon forms the next row under the form field, when the label is added by the error control Jquery valid.
See:
How can I get a label error to be subject to form control and not
Yes, I am about to solve this solution by wrapping Input-group-adon in the next line I know - works great, but still does not bring the error label for the form-horizontal:
Another way to resolve it:
After moving the label out of the input group, after doing this, expected behavior: left label, field to right and error below field:
Comments
Post a Comment