Replies: 1 comment
-
This is the default message if you don't have any messages installed. Check the i18n guide and it should display the correct messages. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
So I've heard the Vee-validate:
Now I have the following field:
<Field type="number" name="identification_id" id="passport" v-model.number="identification_id" rules="required"/> <ErrorMessage name="identification_id" class="" as="p"/>
When the input is left blank, it shows an error message:
If it is parsed an converted by default like Laravel does, it would be much better:
Beta Was this translation helpful? Give feedback.
All reactions