© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
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());

    }
public function mount(): void
    {
        $this->record = Config::firstOrNew([
            'config_type' => 'global_styling',
        ]);

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

    }
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Default repeater items not working
FilamentFFilament / ❓┊help
17mo ago
Repeater default items
FilamentFFilament / ❓┊help
3y ago
Default value in Repeater items
FilamentFFilament / ❓┊help
11mo ago
Repeater Not Working
FilamentFFilament / ❓┊help
3y ago