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.29k stars 81 forks source link

Select field with combobox implementation #21

Open shatgupt opened 11 months ago

shatgupt commented 11 months ago

First of all, great work here! You (and shadcn) are making huge difference for React beginners like me to create prototypes.

It will be really cool to have a searchable select (combobox) especially for API use-cases where large number of results can be returned.

iamsadat commented 11 months ago

Hey There 👋 Can I work on this issue?

vantezzen commented 11 months ago

Yes feel free!

iamsadat commented 11 months ago

I have raised a PR do let me know if there are any changes required