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

@@ -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) {