For the complete documentation index, see llms.txt. This page is also available as Markdown.

field-row

The field-row component contains other input components and displays them on the same row. This component does not indicate a new row; all components are automatically placed in a new row. Instead, this component ensures that items are placed next to instead of underneath each other.

Considerations

  • Rows can contain input field components, such as text-field, number-field, email-field e.t.c.

  • field-row is used on a default jig or in children components, such as:

  • A maximum of three components can be displayed per row in a default width ratio of 1:1:1.

  • The width ratio of the input fields in the row can be adjusted by specifying the options.style.flex property in each of the children components, for example, 1:2:1.

Some properties are common to all components, see Common component properties for the properties and their configuration options.

Configuration options

Configuration options

children

Define the nested components inside the field-row component. Use IntelliSense (Ctrl+Space) to see the list of available components.

Examples and code snippets

Field-row with style flex with input fields

Field-row ratios with style flex
Field-row ratios with style flex

Example showing how rows have been incorporated to display more than one component per row in certain instances. The ratio of the fields are set using the style: flex property.

Last updated

Was this helpful?