Argument #2 ($label) must be of type string, array given

Hi

While using the form builder I have 2 json repeater on the same form.

One repeater can add and delete entries

I fill the form with data, everything looks ok, but if I try delete or add I get this error:

Filament\Forms\Components\Select::isOptionDisabled(): Argument #2 ($label) must be of type string, array given, called in /Users/xxx/cccc/vvvv/bbb/storage/framework/views/9dfcfeb9f4eab0a93b080ad35ccd3d71.php on line 83


is it not allowed to have 2 repeater on the same form ?
Was this page helpful?