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.
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.
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.