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
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
+
|`submit`|`{ disabled: boolean }`| Slot for customizing the submit button. `disabled` indicates whether at least one field is invalid. |
29
30
|`<field>`|`{ field: string, state: Ref<Record<string, any> }>`{lang=ts} |**Dynamic** slot for a specific field inside Zod schema. |
0 commit comments