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

feat(buttons): allow vertical radio buttons #1733

Closed
wants to merge 1 commit into from
Closed

feat(buttons): allow vertical radio buttons #1733

wants to merge 1 commit into from

Conversation

pkozlowski-opensource
Copy link
Member

Closes #1231
Closes #1238

BREAKING CHANGE:

The btn-group CSS class needs to added explicitly for radio buttons.

Before:

<div ngbRadioGroup ...>
  ...
</div>

After:

<div class="btn-group" ngbRadioGroup ...>
  ...
</div>

Closes #1231
Closes #1238

BREAKING CHANGE:

The `btn-group` CSS class needs to added explicitly for radio buttons.

Before:

```
<div ngbRadioGroup ...>
  ...
</div>
```

After:

```
<div class="btn-group" ngbRadioGroup ...>
  ...
</div>
```
@pkozlowski-opensource pkozlowski-opensource added this to the 1.0.0-alpha.31 milestone Aug 7, 2017
rmeans pushed a commit to fcsa-teamhammer/ng-bootstrap that referenced this pull request Oct 18, 2017
Closes ng-bootstrap#1231
Closes ng-bootstrap#1238

BREAKING CHANGE:

The `btn-group` CSS class needs to added explicitly for radio buttons.

Before:

```
<div ngbRadioGroup ...>
  ...
</div>
```

After:

```
<div class="btn-group" ngbRadioGroup ...>
  ...
</div>
```

Closes ng-bootstrap#1733
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant