update db dropdown in create project from database dialog to not be editable (#14142)

This commit is contained in:
Kim Santiago
2021-02-02 17:31:09 -08:00
committed by GitHub
parent 86a5cb27b7
commit 41915bda8d

View File

@@ -161,9 +161,7 @@ export class CreateProjectFromDatabaseDialog {
this.sourceDatabaseDropDown = view.modelBuilder.dropDown().withProperties({ this.sourceDatabaseDropDown = view.modelBuilder.dropDown().withProperties({
ariaLabel: constants.databaseNameLabel, ariaLabel: constants.databaseNameLabel,
required: true, required: true,
width: cssStyles.createProjectFromDatabaseTextboxWidth, width: cssStyles.createProjectFromDatabaseTextboxWidth
editable: true,
fireOnTextChange: true
}).component(); }).component();
this.sourceDatabaseDropDown.onValueChanged(() => { this.sourceDatabaseDropDown.onValueChanged(() => {