vantezzen / auto-form

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

Adding 'min' and 'max' Properties to Input Verification in Autoform #46

Open matbrgz opened 11 months ago

matbrgz commented 11 months ago

Description:

This pull request aims to enhance the input verification process in the Autoform repository. By incorporating the 'min' and 'max' properties, we ensure that the values from Zod are appropriately validated.

Changes Made: