mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
added focus to first element in the form (#11597)
This commit is contained in:
@@ -118,6 +118,7 @@ export class FileConfigPage extends ImportPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async onPageEnter(): Promise<boolean> {
|
async onPageEnter(): Promise<boolean> {
|
||||||
|
this.serverDropdown.focus();
|
||||||
let r1 = await this.populateServerDropdown();
|
let r1 = await this.populateServerDropdown();
|
||||||
let r2 = await this.populateDatabaseDropdown();
|
let r2 = await this.populateDatabaseDropdown();
|
||||||
let r3 = await this.populateSchemaDropdown();
|
let r3 = await this.populateSchemaDropdown();
|
||||||
|
|||||||
Reference in New Issue
Block a user