Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field with a "scope" in form values #38

Open
slv opened this issue Jul 11, 2019 · 0 comments
Open

Field with a "scope" in form values #38

slv opened this issue Jul 11, 2019 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@slv
Copy link
Member

slv commented Jul 11, 2019

values = {
  location: {
    country: 'Italy',
    city: 'Milan',
    address: 'Piazza Duomo, 200'
  }
}
<FieldScope name="location">
  <TextInput name="country" />
  <TextInput name="city" />
  <TextInput name="address" />
</FieldScope>
@slv slv added this to the FieldScope / FieldArray milestone Jul 11, 2019
@slv slv added the enhancement New feature or request label Jul 11, 2019
@slv slv added this to To do in Core Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Core
  
To do
Development

No branches or pull requests

1 participant