Add validation error message for inputbox component (#8909)

* add validation error message for inputbox component

* addressing comments

* remove copying entire definition for InputBoxProperties
This commit is contained in:
Kim Santiago
2020-01-24 11:38:49 -08:00
committed by GitHub
parent 7e0c7e35a1
commit 9e61c468d1
8 changed files with 112 additions and 21 deletions

View File

@@ -48,6 +48,8 @@ export class ImportConfigPage extends DacFxConfigPage {
async onPageEnter(): Promise<boolean> {
let r1 = await this.populateServerDropdown();
// get existing database values to verify if new database name is valid
await this.getDatabaseValues();
return r1;
}