© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•7mo ago•
3 replies
RahmatNurjaman

Error on Filter

->filters([
    Filter::make('filter_fee')
        ->schema([
            Select::make('filter_grade')
                ->options(fn() => Grade::pluck('name', 'id'))
                // ->native(false)
                ->live(),
->filters([
    Filter::make('filter_fee')
        ->schema([
            Select::make('filter_grade')
                ->options(fn() => Grade::pluck('name', 'id'))
                // ->native(false)
                ->live(),


when I use native(false) and live() method it throws an error
Using $this when not in object context 
Using $this when not in object context 
Solution
There is an issue open for that
Jump to solution
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

Filter test FAILED `filterTable` doesn't work
FilamentFFilament / ❓┊help
13mo ago
Filter on widget
FilamentFFilament / ❓┊help
3y ago
filter on month
FilamentFFilament / ❓┊help
3y ago
Filter on role
FilamentFFilament / ❓┊help
3y ago