TanStackT
TanStack3y ago
6 replies
sad-indigo

How to manually set an error of the form

Hi guys, I'm look for a way to set error to the field from the backend. I don't see anything in API. Is it something with form.setFieldMeta?
In react-hook-form you can do setError("email", {type: "server", message: "Foo"})
Was this page helpful?