mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
update db dropdown in create project from database dialog to not be editable (#14142)
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user