malzariey / filament-daterangepicker-filter

MIT License
79 stars 39 forks source link

When disabling ranges - sidebar still exists with no options #69

Closed Sprunkas closed 3 months ago

Sprunkas commented 3 months ago

I'm using disableRanges() and disableCustomRange() combined in my DateRangeFilter, but sidebar to pick custom range exists.

Now: image

Expected behavior: image

malzariey commented 3 months ago

Thank you for raising the issue.

Fixed with version 2.5.7.

Use disableRanges() method only to hide the range column.