dariodp89
dariodp89
I have the same issue #27203 and I opened a PR #27239 but looks like nobody is checking it.
Please can somebody check this PR? It should fix this bug... it's pretty urgent for a lot of people... https://github.com/elementor/elementor/pull/27239
> The problem will be fixed if you don't declare repeater control in this way: > > ``` > $this->add_control( > 'items', > [ > 'label' => esc_html__('Accordions', 'textdomain'), >...
Please, can somebody check this?
Probably it's the same issue as https://github.com/elementor/elementor/issues/21498.
Hi @nicholaszein, thanks for checking this issue. I will now share my custom widget code: ```