Empty date filters detected as active
Hi, awesome stuff! Thanks!
We have some filterable date fields around:
Date::make('Version Date', 'version_date')
->filterable()
->sortable()
->onlyOnIndex(),
Date::make('Created at', 'dob')
->filterable()
->sortable(),
And without setting any filters, the package thinks these filters are populated and displays empty like this:

PS: In my Nova install, I didn't have the pl-2 class so I had to add it myself.
+1
Created PR to fix the bug https://github.com/degecko/nova-filters-summary/pull/7
@degecko @dm-pf
How about that PR?
I have the same problem on the Number field.
@rafaelsmith @the-alichemist @wamesro
I have forked the repository applying the fix by @the-alichemist and adding some more extra fixes that were needed.
Feel free to use that repository for the time being.