Skip to content

Commit 19e0108

Browse files
committed
Merge
2 parents 469e4c5 + 3566f51 commit 19e0108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/radio/radio-group.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export class RadioGroup implements OnInit, AfterContentInit, ControlValueAccesso
203203
* Binds 'bx--radio-button-group' value to the class for `RadioGroup`.
204204
* @memberof RadioGroup
205205
*/
206-
@HostBinding("class") class = "bx--radio-button-group";
206+
@HostBinding("class.bx--radio-button-group") radioButtonGroupClass = true;
207207

208208
/**
209209
* To track whether the `RadioGroup` has been initialized.

0 commit comments

Comments
 (0)