Skip to content

Commit

Permalink
Fixed #14021
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 4, 2023
1 parent 3155735 commit 9c00386
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/selectbutton/selectbutton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ export class SelectButton implements ControlValueAccessor {

this.focusedIndex = index;
this.value = newValue;
this.onModelChange(this.value)

this.onChange.emit({
originalEvent: event,
Expand Down

1 comment on commit 9c00386

@vercel
Copy link

@vercel vercel bot commented on 9c00386 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.