Skip to content

Commit

Permalink
Merge pull request #19 from navedqb/fix--numpad-enter-issue-in-multis…
Browse files Browse the repository at this point in the history
…elect

fix: Numpad enter issue in multiselect
  • Loading branch information
navedqb authored Mar 13, 2024
2 parents 3019f89 + d1bcf0d commit b7eae9e
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 b7eae9e

Please sign in to comment.