From dba4e5421a054f7fad92a1bdf018478dd91c3b00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 20 May 2021 12:17:23 +0200 Subject: [PATCH] dialog_wrapper.md: link Validation errors topic from UI guide --- topics/user_interface_components/dialog_wrapper.md | 2 ++ 1 file changed, 2 insertions(+) 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`.