wicket-bootstrap
wicket-bootstrap copied to clipboard
FormGroup appends a feedback to the wrong place while using horizontal forms
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.
Can you please a reference to the Bootstrap documentation with a sample ? Thank you!
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.
A Pull Request is welcome!
Or at least a JSFiddle demonstrating the problem and the right way to do it.