vantezzen / auto-form

🌟 A React component that automatically creates a @shadcn/ui form based on a zod schema.
https://vantezzen.github.io/auto-form/
2.27k stars 81 forks source link

Make components required by default #52

Closed cipriancaba closed 7 months ago

cipriancaba commented 7 months ago

From docs: By default, all fields are required. You can make a field optional by using the optional method.

vantezzen commented 7 months ago

Thanks for your contribution!

cipriancaba commented 7 months ago

Thank you for this godsend of a component. Always loved autogenerated forms ❤️