We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8141bb5 commit 6f313f2Copy full SHA for 6f313f2
plugin/src/main/kotlin/com/mitteloupe/cag/cleanarchitecturegenerator/CreateDataSourceDialog.kt
@@ -42,6 +42,7 @@ class CreateDataSourceDialog(
42
row(CleanArchitectureGeneratorBundle.message("dialog.datasource.name.label")) {
43
textField()
44
.bindText({ dataSourceName }, { dataSourceName = it })
45
+ .onChanged { dataSourceName = it.text }
46
.applyToComponent {
47
(document as AbstractDocument).documentFilter =
48
PredicateDocumentFilter { !it.isWhitespace() }
0 commit comments