mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
add names for schema compare dialog (#6856)
This commit is contained in:
@@ -327,4 +327,8 @@ export class Dropdown extends Disposable {
|
||||
public get enabled(): boolean {
|
||||
return this._input.isEnabled();
|
||||
}
|
||||
|
||||
public set ariaLabel(val: string) {
|
||||
this._input.setAriaLabel(val);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,6 +109,7 @@ export default class DropDownComponent extends ComponentBase implements ICompone
|
||||
|
||||
if (this.ariaLabel !== '') {
|
||||
this._selectBox.setAriaLabel(this.ariaLabel);
|
||||
this._editableDropdown.ariaLabel = this.ariaLabel;
|
||||
}
|
||||
|
||||
if (this.editable) {
|
||||
|
||||
Reference in New Issue
Block a user