field-row
Considerations
Examples and code snippets
Field-row components with entity-fields (Display only)

children:
- type: component.entity
options:
children:
- type: component.field-row
options:
children:
- type: component.entity-field
options:
label: Service
value: [email protected][id=2].service
- type: component.field-row
options:
children:
- type: component.entity-field
options:
label: Description
value: [email protected][id=2].description
- type: component.field-row
options:
children:
- type: component.entity-field
options:
label: Hourly Rate
value: [email protected][id=2].hourlyRate
- type: component.entity-field
options:
label: Time
value: [email protected][id=2].time & ' minutes'
- type: component.entity-field
options:
label: Materials
value: =(@ctx.datasources.repair-services-static[id=2].materials = 'True' ? true :false)
contentType: checkbox Field-row components on form with children components (Display and input)

Last updated
Was this helpful?