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 Feb 26, 2018. It is now read-only.
I use Bootform::openHorizontal with an array with my columnSizes and it is applied to all form-groups I add to the form.
On some fields I have a relatively long title and the input control is just a checkbox or date-field. I wonder if it is possible to override the columnSizes for specific form-groups?
The text was updated successfully, but these errors were encountered:
I'd suggest you use open() instead of openHorizontal() and use labels and form controls (see base form package) and bootstrap grid, to suit your own custom layout. It's more work layout-wise, but bootforms still does the hard stuff like binding and validation handling.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use Bootform::openHorizontal with an array with my columnSizes and it is applied to all form-groups I add to the form.
On some fields I have a relatively long title and the input control is just a checkbox or date-field. I wonder if it is possible to override the columnSizes for specific form-groups?
The text was updated successfully, but these errors were encountered: