final-form / final-form

🏁 Framework agnostic, high performance, subscription-based form state management

Home Page:https://final-form.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Field-Level Validation on Blur

isnifer opened this issue · comments

Are you submitting a bug report or a feature request?

Feature request

What is the current behavior?

Validation runs on every onChange

What is the expected behavior?

A separate prop to run validation on Field on Blur. Or just pass a field name to Form.validate as a second argument to run only needed validation instead of all possible.

What's your environment?

{
  "final-form": "4.18.7",
  "react-final-form": "6.3.5",
}