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

Allow setting default values via inputProps #58

Closed cipriancaba closed 4 months ago

cipriancaba commented 4 months ago

This works for top level and nested fieldConfig

vantezzen commented 4 months ago

Thank you for the contribution! I think the code style has been overridden? Can you try running npm run fix?

cipriancaba commented 4 months ago

Sorry @vantezzen, it appears prettier global settings took precedence

vantezzen commented 4 months ago

Thank you!