I have an input with a custom validation and I would like to know if is possible to change the inline style where the message is showing for a block content.
For example:
Change the phrase "Campo Inválido" to below the input without a custom style, only with properties. Is this possible?
Check this article
https://success.outsystems.com/documentation/11/developing_an_application/design_ui/forms/validate_the_fields_of_a_form/?_gl=1*mrqtyr*_ga*NTkwMDc2Njc1LjE3MDA0Mzk2NDg.*_ga_ZD4DTMHWR2*MTcwNDgzOTI4My4xMTEuMS4xNzA0ODQwMDk1LjYwLjAuMA..
I think this is what youwant
If this doesn't help you, what you mean with "Change the phrase "Campo Inválido" to below the input without a custom style, only with properties. " only with properties?
Kind Regards,
Márcio
Thank you, Marcio. But I think that I solved the problem, but with css not with classes or change properties in OS
But if you have a better solution, please let me know.
This is how was fixed