added focus to first element in the form (#11597)

This commit is contained in:
Aasim Khan
2020-07-31 13:56:00 -07:00
committed by GitHub
parent 13008cc2b9
commit 1a68f17650

View File

@@ -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();