You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shadcn-svelte doesn't support this, I will need to implement myself.
Currently text, number, date can be supported with a component multiplexer. Input is Kunkun's FormSchema.
I want to support nested form and array, and valibot schema
The text was updated successfully, but these errors were encountered:
shadcn-vue's
AutoForm
turns a zod schema into rendered form.https://www.shadcn-vue.com/docs/components/auto-form.html
shadcn-svelte doesn't support this, I will need to implement myself.
Currently text, number, date can be supported with a component multiplexer. Input is Kunkun's
FormSchema
.I want to support nested form and array, and valibot schema
The text was updated successfully, but these errors were encountered: