AuthForm Slots
action-form-inner
Scoped slot.
Bindings
| Name | Description |
|---|---|
| loading | |
| error | |
| errored | |
| handleConfirm | |
| handleCancelClick |
validation-summary
Override the structured per-field validation alert shown when formContext.state.anyError is set; receives entries, count, and title.
Scoped slot.
Bindings
| Name | Description |
|---|---|
| entries | |
| count | |
| title |
action-bar
Scoped slot.
Bindings
| Name | Description |
|---|---|
| loading | |
| handle-confirm | |
| handle-cancel-click |
confirm-button
Scoped slot.
Bindings
| Name | Description |
|---|---|
| label | |
| loading | |
| type | |
| disabled |
cancel-button
Scoped slot.
Bindings
| Name | Description |
|---|---|
| label | |
| loading |
actions-hint
Slot.
form-confirm-dialog-warnings
Scoped slot.
Bindings
| Name | Description |
|---|---|
| warnings | |
| bulk |
form-content
Override the entire form content area; receives run-action, on-submission-error-handler, and redirect-to bindings.
Scoped slot.
Bindings
| Name | Description |
|---|---|
| run-action | |
| on-submission-error-handler | |
| redirect-to |