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
When trying out the form-control-feedback css class, I noticed that if you don't have a corresponding label element or if that label element is hidden and the the form does not have the form-horizontal class the span element is inserted below the input element.
When trying out the
form-control-feedback
css class, I noticed that if you don't have a corresponding label element or if that label element is hidden and the the form does not have theform-horizontal
class the span element is inserted below the input element.http://jsfiddle.net/h73ZL/
The text was updated successfully, but these errors were encountered: