auto-form
auto-form copied to clipboard
Literal & Unions
Can we define literal and unions, because they seem to break my subfields on shadcn
How would you want literals to behave?
And do you have specific unions that you need support for? I think adding general support for unions could be difficult since having something like z.string().or(z.date()) would be unclear if it should render a text or date input