XDP form with repeat section not always rendering new sections on AEM
We have just migrated a load of ex Livecycle forms to AEM. The bulk of these work perfectly using a slightly modified profile servlet.
The problem we are having is the on some forms where there is a Repeat section managed by the instanceManager when you add a new instance you do not see the new section on the screen. I have checked the javascript after it performs the addInstance() method and the count does increase. Also the Add button disappears when the instance count gets to the max repeats.
This is not on every form and I am trying to work out if it is a specific field type or if there is a script that is running that is preventing the html elements to be rendered.
Enabling debug on the form shows nothing exceptional.
Does anyone know where in the javascript the elements are added to the dom so I can try to workout why it is not rendering? Or has anyone experienced anything similar?