For the groups fields, I noticed that if you delete the first one, then it does not shift the second one to be first in the array. I use the # in the title, and so when 1 is deleted number 2 (now 1 in list) stays as '2'. It also means any custom js validation that is querying the first clone[1] does not work. As it checks the one that no longer exists. Can this be fixed? Using 5.10.2 && 1.30.2
Thanks!
If you delete a cloneable entry, you can save the post and reload the page, the index number will be corrected. If you use a custom JS code, you might need to listen to the DOM change and re-trigger the function to check the clone entries.