Skip to content

Commit

Permalink
fix: missed ActionMenu for type changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adixon-adobe authored and Westbrook committed Mar 9, 2021
1 parent df685a2 commit fa66d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/action-menu/src/ActionMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class ActionMenu extends ObserveSlotText(PickerBase, 'label') {
return [actionMenuStyles];
}

protected listRole = 'menu';
protected listRole: 'listbox' | 'menu' = 'menu';
protected itemRole = 'menuitem';
private get hasLabel(): boolean {
return this.slotHasContent;
Expand Down

0 comments on commit fa66d56

Please sign in to comment.