FormField Slots
field(fieldName)label
Override the label content for this field.
Scoped slot.
Also accepted: field-label.
Bindings
| Name | Description |
|---|---|
| name | |
| label | |
| required |
default
Scoped slot.
Bindings
| Name | Description |
|---|---|
| field-id | |
| field-attrs | |
| field-props |
field(fieldName)help
Override the help/description text for this field.
Scoped slot.
Also accepted: field-help.
Bindings
| Name | Description |
|---|---|
| name | |
| help |
field(fieldName)errors
Override the error messages for this field.
Scoped slot.
Also accepted: field-errors.
Bindings
| Name | Description |
|---|---|
| name | |
| errors |
field(fieldName)warnings
Override the warning messages for this field.
Scoped slot.
Also accepted: field-warnings.
Bindings
| Name | Description |
|---|---|
| name | |
| messages |