wicket-bootstrap icon indicating copy to clipboard operation
wicket-bootstrap copied to clipboard

FormGroup appends a feedback to the wrong place while using horizontal forms

Open ghost opened this issue 7 years ago • 3 comments

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.

ghost avatar Jul 31 '17 22:07 ghost

Can you please a reference to the Bootstrap documentation with a sample ? Thank you!

martin-g avatar Aug 01 '17 04:08 martin-g

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.

ghost avatar Aug 01 '17 08:08 ghost

A Pull Request is welcome!

Or at least a JSFiddle demonstrating the problem and the right way to do it.

martin-g avatar Aug 01 '17 19:08 martin-g