mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 09:35:37 -05:00
Manage Package Dialog Refactor (#8473)
* Refactoring Manage Packages dialog so that other extensions can contribute to it by registering package mange providers for different location and package type
This commit is contained in:
@@ -216,4 +216,12 @@ export default class DropDownComponent extends ComponentBase implements ICompone
|
||||
private setValuesProperties(properties: azdata.DropDownProperties, values: string[] | azdata.CategoryValue[]): void {
|
||||
properties.values = values;
|
||||
}
|
||||
|
||||
public focus(): void {
|
||||
if (this.editable && !this._isInAccessibilityMode) {
|
||||
this._editableDropdown.focus();
|
||||
} else {
|
||||
this._selectBox.focus();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user