mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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({
|
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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user