Skip to content

Commit

Permalink
Merge pull request #15029 from qburst/fix--numpad-enter-issue-in-mult…
Browse files Browse the repository at this point in the history
…iselect

fix: Numpad enter issue in multiselect
  • Loading branch information
cetincakiroglu authored Mar 14, 2024
2 parents 4a90d66 + b7eae9e commit d07ce5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,7 @@ export class MultiSelect implements OnInit, AfterViewInit, AfterContentInit, Aft
break;

case 'Enter':
case 'NumpadEnter':
this.onEnterKey(event);
break;

Expand Down

0 comments on commit d07ce5f

Please sign in to comment.