Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed May 26, 2020
1 parent a87478c commit 5575473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/base/browser/ui/selectBox/selectBoxCustom.ts
Expand Up @@ -727,7 +727,7 @@ export class SelectBoxList extends Disposable implements ISelectBoxDelegate, ILi
mouseSupport: false,
accessibilityProvider: {
getAriaLabel: (element) => element.text,
getWidgetAriaLabel: () => localize('selectBox', "Select Box"),
getWidgetAriaLabel: () => localize({ key: 'selectBox', comment: ['Behave like native select dropdown element.'] }, "Select Box"),
getRole: () => 'option',
getWidgetRole: () => 'listbox'
}
Expand Down

0 comments on commit 5575473

Please sign in to comment.