Skip to content

Commit

Permalink
REF: force validation marks the field as blurred
Browse files Browse the repository at this point in the history
  • Loading branch information
royriojas committed May 15, 2020
1 parent 02d9272 commit e520d0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Field.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ export default class Field {
this.errorMessage = '';
return;
}
} else {
this._blurredOnce = true;
}

if (required) {
Expand Down

0 comments on commit e520d0c

Please sign in to comment.