mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
port vscode changes (#19754)
* add aria-description support for selectbox * type check
This commit is contained in:
@@ -36,7 +36,6 @@ export class SelectBoxNative extends Disposable implements ISelectBoxDelegate {
|
||||
this.selectElement.setAttribute('aria-label', this.selectBoxOptions.ariaLabel);
|
||||
}
|
||||
|
||||
// {{SQL CARBON EDIT}}
|
||||
if (typeof this.selectBoxOptions.ariaDescription === 'string') {
|
||||
this.selectElement.setAttribute('aria-description', this.selectBoxOptions.ariaDescription);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user