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 10ab31b commit 0b9aaacCopy full SHA for 0b9aaac
src/libs/context.js
@@ -502,7 +502,9 @@ function slotProps () {
502
*/
503
function blurHandler () {
504
if (this.errorBehavior === 'blur' || this.errorBehavior === 'value') {
505
- this.behavioralErrorVisibility = true
+ this.pendingValidation.then(() => {
506
+ this.behavioralErrorVisibility = true
507
+ })
508
}
509
this.$nextTick(() => this.$emit('blur-context', this.context))
510
0 commit comments