Closed schackochandsi closed 2 years ago
There should be no form-row
, only row
, which is used by BS5.
form-group
and form-inline
were kept for versatility reasons, as to make it easier for people to add custom styling. You can ignore them if you don't have any use for them.
Good to know! Thank you for the quick response.
Bootstrap Framework Version: 5
The classes form-group, form-row, and form-inline are removed in Bootstrap 5. But why FriendsOfCake/bootstrap-ui form-helper is adding form-group class to controls?