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
FormGroup appends a feedback to the end of it's body. But while using horizontal forms, inputs should be wrapped in extra DIVs. Feedbacks, help, etc. should be added into this DIV.
The text was updated successfully, but these errors were encountered:
It was not clearly stated in the documentation. But you can add a help row to a horizontal form (http://getbootstrap.com/css/#forms-horizontal) after the div and append it to the div to see the difference.
FormGroup appends a feedback to the end of it's body. But while using horizontal forms, inputs should be wrapped in extra DIVs. Feedbacks, help, etc. should be added into this DIV.
The text was updated successfully, but these errors were encountered: