Hi! I’m learning to use Piklist, it’s been great so far, but today I had this complication with it:
I created a grouped meta field with add-more, exactly like the ‘ingredient_section’ field in the demo post type (under “add-more”/”two levels”), if I save a post with 3 ingredients in such section, come back later, remove the middle one, save and open it again, wp-admin will show me only the first ingredient, and if I print_r the section field, I get an array with the middle element missing ([0]=>{…},[2]=>{…}).
So I guess the system is not reassigning the last element to the second element’s place.
Is it a bug? Or am I doing something wrong?
Thanks for your atention.