I have a form where there are 2 mandatory fields (searchable dropdown and server side dropdown). Since the validation message was not getting displayed for the dropdowns, I validated the data in a client action and set a flag. Then placed the validation message in a container just below the fields and set the visibility attribute as the flag. This solution is working fine for the searchable dropdown. But for the Server side one, the message is getting displayed like this:The second message have been placed below the Server side dropdown, even then it is getting displayed blow the searchable dropdown. I have tried putting the message in a adaptive column below the Server side dropdown. But the same issue occurs.
Hi @Roshni K,
Can you please share a sample OML file or a screenshot? It will help us understand your layout and give a better solution.
Thanks!
The issue has been fixed, Thank you for your Response.
Hi @Roshni K
You might consider using the DropdownNotValidation and DropdownClearValidation client actions from the OutSystemsUI module instead of handling validation through visibility flags and hardcoded messages. This approach keeps your validation logic more consistent with OutSystems best practices and ensures that validation messages appear correctly aligned with the respective dropdowns.
Hope this helps!
Regards,
Vaishali