FieldRenderer Slots
field(fieldName)
Override the entire rendered output for a specific field; receives all field and widget context as bindings.
Scoped slot.
Bindings
| Name | Description |
|---|---|
| field-class | |
| field-component | |
| field-detail | |
| field-inner-class | |
| field-props | |
| form-model-name | |
| name | |
| slots | |
| widget-component | |
| widget-props |
field(fieldName)default
Override the default field body (anchor link + widget wrapper) for a specific field.
Scoped slot.
Bindings
| Name | Description |
|---|---|
| field-class | |
| field-component | |
| field-detail | |
| field-inner-class | |
| field-props | |
| form-model-name | |
| name | |
| slots | |
| widget-component | |
| widget-props |
widget(fieldName)
Override the entire widget area for a specific field.
Scoped slot.
Bindings
| Name | Description |
|---|---|
| field-class | |
| field-component | |
| field-detail | |
| field-inner-class | |
| field-props | |
| form-model-name | |
| name | |
| slots | |
| widget-component | |
| widget-props |
widget(fieldName)default
Override the widget's default slot content for a specific field.
Scoped slot.
Bindings
| Name | Description |
|---|---|
| name |