We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45c3fb commit 4630485Copy full SHA for 4630485
src/vee-validate-laravel.js
@@ -49,7 +49,7 @@ function loopThroughErrors(data) {
49
messages[key] = data.errors[key].join(', ');
50
51
this.$validator.errors.add({
52
- field,
+ key,
53
msg: messages[key],
54
});
55
0 commit comments