When you set some Jmix visual component
https://docs.jmix.io/jmix/flow-ui/visual-components.html
as required (or it sets itself if it’s linked to an entity attribute that is required) the component renders as defined - in your case, it is a red dot and “The field is required”.
To change that behaviour, you may want to extend or override the component.
https://docs.jmix.io/jmix/modularity/extension.html
Kind regards,
Mladen
1 Like
Hi!
If you want to disable all error messages for components, you can use the following application property:
jmix.ui.component.show-error-message-below-field=false
Documentation: UI Properties :: Jmix Documentation
Best regards,
Dmitriy
2 Likes