malzariey / filament-daterangepicker-filter

MIT License
79 stars 39 forks source link

Unable to select "today" #96

Closed underdpt closed 3 weeks ago

underdpt commented 1 month ago

Hello,

With this filter setup:

DateRangeFilter::make('fecha_apertura')
    ->label('Fecha apertura')
    ->autoApply(true)
    ->linkedCalendars(true)
    ->withIndicator(),

I'm unable to select today date, nor by clicking on "Today" ("Hoy") or by double click on the date. It seems that current date is preselected and it only works if I select another date, then today:

daterangefilter

Any clue how to solve this?

malzariey commented 3 weeks ago

Fixed in version v2.8