Tabbed repeaters do not work

The repeater is empty as soon as “useTabs=true” is set.

myrepeater:
    tab: My Repeater
    type: repeater
    useTabs: true
    form:
        fields:
            primary_text:
                label: Primary Text
                tab: General

            alt_text:
                label: Alt Text
                tab: Alternative

Is this a bug or did I miss something?

Hi @Amin

It appears to work normally in our testing:

image

An example can be found in the test plugin:

Are you using Tailor or a plugin for this?

Hi @daft ,
yes, inside a plugin it works as it should. However, the repeater remains empty when the repeater is used inside Tailor.

1 Like

Found it! Thanks, this should be fixed by updating to 3.2.3

1 Like