Skip to content

Commit

Permalink
fix: integrity
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Dec 16, 2024
1 parent 396272b commit 1349781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/elements/option/option/option-base-element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ abstract class SbbOptionBaseElement extends SbbDisabledMixin(

private _handleSlotChange(): void {
this.handleHighlightState();
/** @internal */
this.dispatchEvent(new Event('optionLabelChanged', { bubbles: true }));
}

Expand Down

0 comments on commit 1349781

Please sign in to comment.