Rich-text validation feedback is not working!

2
I’ve applied a validation in the following places. - Validation rules in the entity itself - Custom validation applied when the users performs any click actions In either of cases, the validation feedback – message is not rendered in the page, but the validation rules blocks the user from navigating to other pages. Would be really appreciated if there is a possible fix for this. Thanks in advance!
asked
1 answers
3

Hi Abdul, 

This should be fixed by Mendix in the source code, so I’d suggest to create a ticket at Support to let them know it is not working as expected.

 

The intermediate solution you can take is add an extra input field and then with CSS hide the input field itself but not the validation message it shows. 

 

Hope this helps. 

Kind regards, Jurre

answered