Question: Works with React Hook Form?
Shaker-Hamdi opened this issue · 1 comments
Shaker-Hamdi commented
Can this be used with RHF (React Hook Form) to validate inputs instead of YUP?
ahmetemrekilinc commented
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.