I been having this issue for quite some time now, and not sure if it has to do with the latest update that broke the Cloning ability.
My issue is that when the Max number of clones
is set to 2, then the "Add More" button does not appear. I would fix that in JS by clicking the remove-clone element.
const removeCloneElem = document.getElementsByClassName('remove-clone');
removeCloneElem[0].click();
This works but then for some reason my responses are all shifted.
<input type="text" required="1" id="group_1_color" class="rwmb-text" name="group[1][color]" aria-labelledby="group_1_color-label">
There is no starting from 0. Not sure what is causing this. Thank you for any help!