Request: updateMeta API
danwetherald opened this issue · 1 comments
danwetherald commented
Would it ever be considered to add an API for updating the metadata?
alex35mil commented
Formality doesn't store metadata
internally. It passes what's been passed to the useForm
hook. In case if async validators need fresh data, storing metadata
in ref
should work I believe.