dcasia / nova-dashboard

The missing dashboard for Laravel Nova!
MIT License
71 stars 11 forks source link

Problem in getting filter value in widget #78

Open mostafaamiri opened 6 months ago

mostafaamiri commented 6 months ago

I can get filter value from Laravel\Nova\Filters\DateFilter but can not get it from Laravel\Nova\Filters\Filter class. it returns null value!

TheDoctor0 commented 3 months ago

@mostafaamiri I had the same problem and the solution is to define $name property in the filter class.