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.
2 parents d6711fd + 90c0955 commit 96c231aCopy full SHA for 96c231a
src/formGenerator.vue
@@ -212,7 +212,7 @@ export default {
212
* @param {Object} model
213
*/
214
onBlur (_newValue, model) {
215
- if (this.options?.validateAfterBlur === true) {
+ if (this.options?.validateAfterBlur === true || this.options.validateAfterChanged === false) {
216
this.validateModelField(model)
217
}
218
},
0 commit comments