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
|`before-fields`|| Slot inside [`<UForm>`](https://ui.nuxt.com/components/form) before the list of [`<UFormField>`](https://ui.nuxt.com/components/form-field)|
28
+
|`after-fields`|| Slot inside [`<UForm>`](https://ui.nuxt.com/components/form) after the list of [`<UFormField>`](https://ui.nuxt.com/components/form-field)|
29
+
|`<field>`|`{ field: string, state: Ref<Record<string, any> }>`{lang=ts} |**Dynamic** slot for a specific field inside Zod schema. |
30
+
31
+
### Dynamic slots
32
+
33
+
For each field in your Zod schema, `<AutoForm>` generates a dynamic slot.
34
+
You can use these slots to customize the input components for each field.
0 commit comments