mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
dialog_wrapper.md: link Validation errors topic from UI guide
This commit is contained in:
parent
eccee8bfba
commit
dba4e5421a
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user