I can valid an input outside a table record, but when i got input inside table record and if i send valid 'false' its not red and the validation messages is not show. Is there any way i can you validation inside table record?
This topic is indeed old, but now we have the possibility to do this sort of validation by the Event System Forge component: https://leonardofernandes.outsystemscloud.com/oldeventshelp/Lesson02.aspx?(Not.Licensed.For.Production)=
As a work around, I created a boolean local variable named "Valid"
Then in the style in-line, made a IF condition containing the "Valid" and also an IF to verify if the input is empty :
Hi Vitor,
I think it's better to define the CSS as a class, then apply that class conditionally in the Style Classes property, rather than use in-line CSS, which is badly maintainable. The advantage is also that you can reuse it more easily, and change it for all instances in case you'd want a different styling.
This is another approach:
https://www.outsystems.com/forge/component-overview/13879/listvalidation