Hi All,
Does anyone know if there is an in built CSS class to reposition field validation messages beneath input fields rather than to the right?
Thanks
Hi JayPea,
As an alternative you can follow this official guide to display input validation messages in a custom location.
Regards,
Nordin
Thank you @Nordin Ahdi. This makes sense and is pretty straight forward to implement.
Happy to help :)
this is the class in the screen:
you can adjust the position of the message by changing its properties:
Regards
Thanks for this but I was wondering if there was already a utility class that already existed.
Hey Jaypea
I achieved the same by positioning the bottom property to 0.
Just set span.validation-message{ bottom: 0;}