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

Control form/field state form anywhere

AndyOGo opened this issue · comments

Are you submitting a bug report or a feature request? feature request

What is the current behavior?

I can't set errors and other related meta data from outside or inside a field.

What is the expected behavior?

I want to control errors and other related meta data from any side effect, like an API call, an outside state change, a field which validates itself, etc.