The DependentCompositeField field added in #2056 works in react forms, but doesn't work in entwine forms. This needs to change before we can remove the @internal annotation on it.
Notes
- Since
DependentCompositeField is a react component, it is not expected to render the entwine version of fields - i.e. only fields with a react component can be its children, even when used in an entwine form.
Acceptance Criteria
DependentCompositeField:
The
DependentCompositeFieldfield added in #2056 works in react forms, but doesn't work in entwine forms. This needs to change before we can remove the@internalannotation on it.Notes
DependentCompositeFieldis a react component, it is not expected to render the entwine version of fields - i.e. only fields with a react component can be its children, even when used in an entwine form.Acceptance Criteria
DependentCompositeField: