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
{{ message }}
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: