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

feat: implement tag list array #81

Open a0m0rajab opened 2 weeks ago

a0m0rajab commented 2 weeks ago

This PR adds a simple list input and list to show an array of strings, I started it as draft and think to change it later based on the array type (string, int, objects etc)

I used the field config to set it as taglist, image

while working on this I got stuck on updating the array with the values. I would appreciate some advice there.

Closes https://github.com/vantezzen/auto-form/issues/35