diff --git a/topics/user_interface_components/dialog_wrapper.md b/topics/user_interface_components/dialog_wrapper.md index 8c12534ac..fcfd323a0 100644 --- a/topics/user_interface_components/dialog_wrapper.md +++ b/topics/user_interface_components/dialog_wrapper.md @@ -51,6 +51,8 @@ Use `action.putValue(DialogWrapper.DEFAULT_ACTION, true)` to set the default but ### Input Validation +Please see also [Validation errors](https://jetbrains.design/intellij/principles/validation_errors/) topic in the IntelliJ Platform UI Guidelines. + To validate the data entered into the dialog, override the `doValidate()` method. The method will be called automatically by timer. If the currently entered data is valid, return `null`.