FilamentF
Filament2y ago
lmtc

Repeater default items not working in cluster

I have it set to default 1 I think because I have this mount it's not setting it to 1, can I force it to display all fields:
public function mount(): void
    {
        $this->record = Config::firstOrNew([
            'config_type' => 'global_styling',
        ]);

        $this->form->fill($this->record->attributesToArray());

    }
Was this page helpful?