AEM Multifield component has limit to nested element
I am working on a AEM dialog multifield granite/ui/components/coral/foundation/form/multifield component.
One multifield contains 15 elements, for examlpe: textarea, checkbox, pathfield, fileupload, textfield, datepicker. When a certain amount of multifields is reached for example if multifield has 15 nested elements then I can create only 76 multifields. After 76 multifields the 'Add button' disappears and after deleting an element, the element is removed but there are still 76 elements in the list and the add button does not appear.


is there a way to create more multifield with nested elements?