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

Add value into enum #76

Closed EstebX closed 1 month ago

EstebX commented 1 month ago

Good morning, I encounter a problem for select, it is not possible to dissociate the value from the label?

E.g: color: z.enum(["red", "green", "blue"]),

Thank you for this project

eqqe commented 4 weeks ago

Hello, Did you figure it out? Thank you for reading