Validation required in flowui

Hi,
I am using jmix 2.1.2. How to disable required input messages below fields when I open a view? I want when opening the view to not check “required” on the components. When I select OK or Save, only then will these “required” items run.
Thanks
required

Hi,

Since 2.2.0 you can globally disable error messages below UI components and only show a notification when saving the entity. See Add application setting that controls whether UI components display error message below them · Issue #2689 · jmix-framework/jmix · GitHub.

Regards,
Gleb

1 Like

Thank you!
But I have another question: if I set jmix.ui.component.show-error-message-below-field = false, where will the error-message be displayed when submitting?

Oh, I saw the issue Implement Tooltip component that supports a separate area for error message · Issue #2962 · jmix-framework/jmix · GitHub, thank you again <3