diff --git a/src/sql/base/browser/ui/selectBox/selectBox.ts b/src/sql/base/browser/ui/selectBox/selectBox.ts index 6c609eb8c7..9a637af19a 100644 --- a/src/sql/base/browser/ui/selectBox/selectBox.ts +++ b/src/sql/base/browser/ui/selectBox/selectBox.ts @@ -83,9 +83,6 @@ export class SelectBox extends vsSelectBox { this.element = dom.append(container, $('.monaco-selectbox.idle')); } - // explicitly set the accessible role so that the screen readers can read the control type properly - this.selectElement.setAttribute('role', 'combobox'); - this._selectBoxOptions = selectBoxOptions; let focusTracker = dom.trackFocus(this.selectElement); this._register(focusTracker);