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
rare-sapphire
rare-sapphire3y ago
Hey @saji can you share a code sample with your form?
genetic-orange
genetic-orangeOP3y ago
Ok , I will do it when I turn on my laptop Thanks in advance
rare-sapphire
rare-sapphire3y ago
Thank you 🙏
genetic-orange
genetic-orangeOP3y ago
One more question Should i use formik with forms?
rare-sapphire
rare-sapphire3y 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 🚀
genetic-orange
genetic-orangeOP3y ago
Thanks alot

Did you find this page helpful?