Support

Account

Home Forums Feature Requests Add filter for row number in repeater field Reply To: Add filter for row number in repeater field

  • Hi @simpleways

    Thanks for the JS questions.

    The ‘remove’ action is fired when adding a new row due to the logic within the acf.duplicate() function.

    ACF duplicates the element (repeater row) and runs the ‘remove’ action on the newly created row. This removes unwanted elements and reverts the row to it’s ‘default’ state, so that the ‘append’ action can run as intended.

    I’m sure there is a way for your JS to work.

    Can you specify exactly what part of your JS code is not working as intended because of this?