filament/filament
3.2.131
11.35.1
3.5.12
8.2
If the DatePicker is set up like this
now() = Dec
DatePicker::make( 'date' )
->minDate( October )
->maxDate( End of December )
When you click on the date field, the displayed month will default to minDate (October) instead of the current month (December).
If possible, we should add an option to select the default focus month when clicking the date field or provide a way to prevent the focus from being forced to the minDate.
DatePicker::make('date')
->minDate(April)
->maxDate(December)
Open the DatePicker by clicking on the date field.
Observe the displayed month:
Instead of focusing on the current month (Dec), the DatePicker will default to the minDate (October).
https://github.com/dharen008/demo
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too