Skip to content

Commit

Permalink
fix(ui-library): radio group size fix (#1139) (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
angsherpa456 authored Jul 11, 2024
1 parent 360d47f commit 23aeaa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui-library/src/components/radio-group/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export class BlrRadioGroup extends LitElementCustom {
item.disabled = this.disabled;
item.readonly = this.readonly;
item.theme = this.theme;
item.sizeVariant = this.sizeVariant;

this._radioCheckedSignalSubscriptionDisposers.push(
item.signals.checked.subscribe((value) => this.handleRadioCheckedSignal(item, value))
Expand Down

0 comments on commit 23aeaa4

Please sign in to comment.