add names for schema compare dialog (#6856)

This commit is contained in:
Kim Santiago
2019-08-21 15:20:07 -07:00
committed by GitHub
parent b075b035ab
commit 8e668b657c
3 changed files with 16 additions and 5 deletions

View File

@@ -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);
}
}