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

How Update existing values from defaultValues ? #50

Closed hermadev closed 10 months ago

hermadev commented 10 months ago

It is not possible to make the modification because the form does not support the existing data

vantezzen commented 10 months ago

Please use the controlled form flow if you want to update data