Skip to content

Updates to model or form data should be reflected in the form (data binding) #9

@toddjordan

Description

@toddjordan

If form values are updated outside the dynamic form, the form should recognize this and rerender or update its values accordingly.

We should have a separate attribute to provide data, with the assumption that data will be stored and handled separately from schema.

{{dyanamic-form schema=schemaObj data=dataObj}}

where the data object has keys that match the ids of each item defined by the schema

When the data object is updated, the dynamic form component should be re-rendered and display the new values.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions