Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(FormGroup,Label): Fix inline radio- and checkboxes #624

Merged
merged 2 commits into from Oct 7, 2017
Merged

fix(FormGroup,Label): Fix inline radio- and checkboxes #624

merged 2 commits into from Oct 7, 2017

Conversation

clentfort
Copy link
Contributor

Currently inline of radio- and checkboxes do not work, because the classes
are applied on the wrong component. According to the Bootstrap
documentation

they should be applied to the containing FormGroup and not to the
Label-element.

Currently inline of radio- and checkboxes do not work, because the classes
are applied on the wrong component. According to the [Bootstrap
documentation](https://getbootstrap.com/docs/4.0/components/forms/#inline)
they should be applied to the containing `FormGroup` and not to the
`Label`-element.
@clentfort clentfort changed the title [Form] Fix inline for radio- and checkboxesS [Form] Fix inline for radio- and checkboxes Oct 6, 2017
@clentfort clentfort changed the title [Form] Fix inline for radio- and checkboxes fix(FormGroup,Label): Fix inline radio- and checkboxes Oct 6, 2017
@TheSharpieOne TheSharpieOne self-requested a review October 7, 2017 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants