Skip to content

Commit

Permalink
IJMP-1558-Enable-Continuous-validation-in-Intellij-231
Browse files Browse the repository at this point in the history
  • Loading branch information
ATsikhamirau committed Apr 19, 2024
1 parent 8b09dee commit 4558495
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ abstract class AbstractWsDialog<Connection : ConnectionConfigBase, WSConfig : Wo
}
}

/**
* Enables continuous validation of the dialog components
*/
override fun continuousValidation(): Boolean {
return true
}

override fun createCenterPanel(): JComponent {
return panel
}
Expand Down

0 comments on commit 4558495

Please sign in to comment.