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.29k stars 81 forks source link

Fix "required" to be OR instead of coalesce #32

Closed vinothsubramanian closed 9 months ago

vinothsubramanian commented 9 months ago

Updated code for "required" property to be compared using OR operator

Fixes #31

vantezzen commented 9 months ago

Thank you for the PR!