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

<div> before html elements (select, text, checkbox, etc..)

Open LukaszFokin opened this issue 8 years ago • 2 comments

Im trying to use inline form using bootstrap-form. But at all html elements create using BootForm, all elements are displayed between div tag. So, I can't get label and text at the same line.

I made some tests and if removed div tag from BootstrapForm.

LukaszFokin avatar Apr 14 '16 23:04 LukaszFokin

Yeah, this package is better suited for horizontal forms, the vertical form support needs some work. The code would need to be adjusted to only create the surrounding <div> for horizontal form groups. Happy to take a look at any PRs that can sort this out.

dwightwatson avatar Apr 14 '16 23:04 dwightwatson

Tks for reply, I'll take a look.

LukaszFokin avatar Apr 15 '16 00:04 LukaszFokin