-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
This is a feature request for supporting nested objects by doing the following:
<input name="name.first"><input name="name.last">
The above input would render to a JSON object that would look like {"name":{"first":"J","last":"Lo"}}.
The use case for this is supporting custom fields for applications that require customized forms. This allows nesting of any type of data without requiring a Javascript coder to do heavy manipulation either client-side or server-side. Would love to see this, and could possibly contribute myself if you explain what I need in order to set up my dev environment.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels