gmoskal / react-formless

Data-driven react forms written in typescript

Home Page:https://gmoskal.github.io/react-formless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pass form state to validators

rkrupinski opened this issue · comments

There's currently no way to implement cross-field validation without introducing a circular dependency (schema -> useFormHook -> result -> schema).