You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.
I am trying to manually trigger the error for a field when the server side validation fails.
So far i have tried to set the $valid of the form field to false. It make the input field to have the error invalid class but the error message does not show.
Is there any other way of doing the same?
The text was updated successfully, but these errors were encountered:
Hello all,
I am trying to manually trigger the error for a field when the server side validation fails.
So far i have tried to set the $valid of the form field to false. It make the input field to have the error invalid class but the error message does not show.
Is there any other way of doing the same?
The text was updated successfully, but these errors were encountered: