mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -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> {
|
||||
this.serverDropdown.focus();
|
||||
let r1 = await this.populateServerDropdown();
|
||||
let r2 = await this.populateDatabaseDropdown();
|
||||
let r3 = await this.populateSchemaDropdown();
|
||||
|
||||
Reference in New Issue
Block a user