Hi,
Is there a way to validate the user input in a UI Designer’s form?
I want to show some text error below a required field widget. I can show the constraints messages in the page but I don’t think this is the correct way to report the errors.
The required property on the widget says something about $form.$invalid as boolean but I don’t know hot to get this value.
Any help?