Skip to content

Commit

Permalink
Merge pull request #5 from navedqb/13944--fix-dropdown-keyboard-trap
Browse files Browse the repository at this point in the history
fix: fix dropdown keyboard trap
  • Loading branch information
navedqb authored Oct 27, 2023
2 parents e3f717d + de84794 commit 9ec2ac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,6 @@ export class Dropdown implements OnInit, AfterViewInit, AfterContentInit, AfterV
case 27:
case 9:
this.hide();
event.preventDefault();
break;

//search item based on keyboard input
Expand Down

0 comments on commit 9ec2ac4

Please sign in to comment.