BootsFaces-OSP icon indicating copy to clipboard operation
BootsFaces-OSP copied to clipboard

Inputs on horizontal form should default to colXs="12"

Open ggam opened this issue 8 years ago • 0 comments

When using horizontal forms, a responsive class must be specified to prevent margin to be lost. Defaulting to colXs="12" fixes the problem reducing boilerplate. This would only work when no label is set though.

Also, when the size of either input or label is set, we can default the other one to 12-(specified size) so it goes full width.

ggam avatar Apr 23 '17 16:04 ggam