mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -05:00
Make form components use title as aria-label (#8040)
This commit is contained in:
@@ -188,10 +188,6 @@ export default class DropDownComponent extends ComponentBase implements ICompone
|
||||
return this.getPropertyOrDefault<azdata.DropDownProperties, boolean>((props) => props.fireOnTextChange, false);
|
||||
}
|
||||
|
||||
private get ariaLabel(): string {
|
||||
return this.getPropertyOrDefault<azdata.DropDownProperties, string>((props) => props.ariaLabel, '');
|
||||
}
|
||||
|
||||
public getEditableDisplay(): string {
|
||||
return this.editable && !this._isInAccessibilityMode ? '' : 'none';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user