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

feat(autoform): add default value on array, set value 0 to show on form input #65

Closed tyghaykal closed 3 months ago

tyghaykal commented 3 months ago

Refer to my issue on here #62, I've tried on my own project and it works. I've add the test too.

Changelog:

vantezzen commented 3 months ago

Thank you for the contribution!