Skip to content

Commit

Permalink
explicitly set multiplpeSelectionSupport to false for suggest
Browse files Browse the repository at this point in the history
Result: list does not set aria-multiselect on the suggest widget (confuses VoiceOver)

fyi @jrieken
  • Loading branch information
isidorn committed Apr 13, 2022
1 parent 083d534 commit 622d058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/editor/contrib/suggest/browser/suggestWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export class SuggestWidget implements IDisposable {
alwaysConsumeMouseWheel: true,
useShadows: false,
mouseSupport: false,
multipleSelectionSupport: false,
accessibilityProvider: {
getRole: () => 'option',
getWidgetAriaLabel: () => nls.localize('suggest', "Suggest"),
Expand Down

0 comments on commit 622d058

Please sign in to comment.