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({
ariaLabel: constants.databaseNameLabel,
required: true,
width: cssStyles.createProjectFromDatabaseTextboxWidth,
editable: true,
fireOnTextChange: true
width: cssStyles.createProjectFromDatabaseTextboxWidth
}).component();
this.sourceDatabaseDropDown.onValueChanged(() => {