How to remove the "The field is required"? But we need to keep red dot

image

When you set some Jmix visual component

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.

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

how to change the red dot to asterisk? @d.kremnev

Hi!

This is unrelated issue.
This topic has been marked as resolved. Please create a new one describing your issue.

Regards,
Dmitriy

thanks @d.kremnev for your reply. The issue i am facing already resolved.

1 Like