Skip to content

Field with a "scope" in form values #38

@slv

Description

@slv
values = {
  location: {
    country: 'Italy',
    city: 'Milan',
    address: 'Piazza Duomo, 200'
  }
}
<FieldScope name="location">
  <TextInput name="country" />
  <TextInput name="city" />
  <TextInput name="address" />
</FieldScope>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions