Skip to content

Commit

Permalink
fix(button-multi): Fixed keyboard accessibility
Browse files Browse the repository at this point in the history
✅ Closes: COMUI-3310
  • Loading branch information
jason-evans-genesys committed Jan 13, 2025
1 parent ebc55e0 commit a6ebf4c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ export class GuxButtonMulti {
this.isOpen = false;
break;
}
case 'ArrowDown':
case 'Enter':
if (composedPath.includes(this.dropdownButton)) {
event.preventDefault();
this.isOpen = true;
this.focusFirstItemInPopupList();
}
break;
}
}

Expand Down

0 comments on commit a6ebf4c

Please sign in to comment.