Open tjwallace opened 6 years ago
Bug
If you pass in an async validate prop to Field, the HTML5 validations are never checked (because of this code).
validate
Field
The async validation will be resolved and used before continuing to the HTML5 validations.
Are you submitting a bug report or a feature request?
Bug
What is the current behavior?
If you pass in an async
validate
prop toField
, the HTML5 validations are never checked (because of this code).What is the expected behavior?
The async validation will be resolved and used before continuing to the HTML5 validations.