Hi,
How do I display Outsystems validation message under my input field instead of under its label? I'm using 'Server' for my validation.
Current:
I want it to be shown like this:
Thanks!
Hi Rachael,
Simply put your Input in a Container, the Validation Message is bound to the Input, not the Label.
You can also customize the ValidationMessage CSS definitions, if you want the message to have another look & feel
Jorge Martins wrote:
Thanks..This helped me too...
You can set input box default mandatory option as false and write your own custom code. Please see screenshot below. You can change Css accordingly.
-Hitesh
I also faced that issue previously,
as Jorge says, just enclose that input field in a container. It will behave as you expected.
Cheers,
Keerthi