obss/react-validatable-form

Question: Works with React Hook Form?

Shaker-Hamdi opened this issue · 1 comments

Can this be used with RHF (React Hook Form) to validate inputs instead of YUP?

No, I don't think this library can be used with React Hook Form because it works with uncontrolled inputs but react-validatable-form works with controlled inputs.