Skip to content

How to compute using nested fields? #22

Description

@nareshbhatia

Are you submitting a bug report or a feature request?

Feature request

What is the current behavior?

The example shows computations using top level fields.

What is the expected behavior?

Can you please provide an example that computes using nested fields? For example, I need to compute a date object (startTime), based on date and time fields (datePart and timePart) that are nested in a meeting object.

<Field
    name="meeting.datePart"
    component={TextField}
    type="text"
    label="Start Date"
/>
<Field
    name="meeting.timePart"
    component={TextField}
    type="text"
    label="Time"
/>
<Field
    name="meeting.startTime"
    component={TextField}
    type="text"
    label="Start Time"
/>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions