© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
2 replies
Mark Chaney

Repeater Ignore Null

I noticed if I create 3 field sets, but only input data in one, i get three sets saved, but only 1 filled. Shouldnt it ignore the null ones or do i need to set some logic for this? Right now I am getting:
[
    {
        "type": "office",
        "number": "555-555-5555",
        "extension": null
    },
    {
        "type": null,
        "number": null,
        "extension": null
    },
    {
        "type": null,
        "number": null,
        "extension": null
    }
]
[
    {
        "type": "office",
        "number": "555-555-5555",
        "extension": null
    },
    {
        "type": null,
        "number": null,
        "extension": null
    },
    {
        "type": null,
        "number": null,
        "extension": null
    }
]
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

Repeater relationship returns null
FilamentFFilament / ❓┊help
2y ago
Repeater `saveRelationshipsUsing(null)` Not Hydrating Data Correctly
FilamentFFilament / ❓┊help
10mo ago
Select with relationship inside repeater return null.
FilamentFFilament / ❓┊help
13mo ago
Repeater relationship failing as it returns null
FilamentFFilament / ❓┊help
3y ago