Replies: 1 comment
-
Hi @pleky2, Sorry for the late reply. Which version of Nylo are you using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
form_cast.dart

this is my form.

I am using this code to validate the form
form.submit( onSuccess: (value) { print(value); }, onFailure: (exception) {}, );
When i print the validation message is always return null but i still can got the error message from the toast.

Beta Was this translation helpful? Give feedback.
All reactions