optimistic-gold•3y ago
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
metropolitan-bronze•3y ago
Hey @saji can you share a code sample with your form?
optimistic-goldOP•3y ago
Ok , I will do it when I turn on my laptop
Thanks in advance
metropolitan-bronze•3y ago
Thank you 🙏
optimistic-goldOP•3y ago
One more question
Should i use formik with forms?
metropolitan-bronze•3y 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 🚀optimistic-goldOP•3y ago
Thanks alot