You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reference to issue #858 there is a missing documentation for nested collections.
The problem is not in the Javascript as is mention in the issue #858. There is a configuration problem.
When you have nested collections you have to set the attr data-widget-controls to "true"
This will change the itemSelector in the Javascript and then will use div.collection-id. > .collection-items > .collection-item instead of div.collection-id. > .collection-item
So an example of the FormType will be something like this:
In reference to issue #858 there is a missing documentation for nested collections.
The problem is not in the Javascript as is mention in the issue #858. There is a configuration problem.
When you have nested collections you have to set the attr
data-widget-controls
to"true"
This will change the
itemSelector
in the Javascript and then will usediv.collection-id. > .collection-items > .collection-item
instead ofdiv.collection-id. > .collection-item
So an example of the FormType will be something like this:
The text was updated successfully, but these errors were encountered: