form field validation

Hello I have this schema Item has id , name , and type The case is The user should select one type to display the left fields , but the problem is if the user does not select any type and press create btn , it creates the record even i set name as required field , so is there any method checks the required field Sorry for my english
6 Replies
deep-jade
deep-jade2y ago
Hey @saji can you share a code sample with your form?
exotic-emerald
exotic-emerald2y ago
Ok , I will do it when I turn on my laptop Thanks in advance
deep-jade
deep-jade2y ago
Thank you 🙏
exotic-emerald
exotic-emerald2y ago
One more question Should i use formik with forms?
deep-jade
deep-jade2y ago
refine has a package for React hook forms; @pankod/refine-react-hook-forms, if you want you can use formik too with using useForm from @pankod/refine-core to handle the refine integration 🚀
exotic-emerald
exotic-emerald2y ago
Thanks alot