malzariey/filament-daterangepicker-filter

Layout issue on mobile

Closed this issue · 3 comments

I did add the drop position. It doesn't matter if it's up or down; the overflow is still hidden.

I did add the drop position. It doesn't matter if it's up or down; the overflow is still hidden.

When you use
->drops(DropDirection::DOWN)

You would be able to scrolldown to select options

Screenshot from 2024-04-26 13-15-12

You could also use
->alwaysShowCalendar(false)

to not show the calcendar unless custom dates are needed:
Screenshot from 2024-04-26 13-19-43