You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since release 3.2.134 the datepicker in TextInputColumn stopped working when used as TextInputColumn::make('load_date')->type('date'). The datepicker doesn't open.
It is caused by #15340, specifically this change, when reverted, the column works fine.
Expected behavior
When user clicks on the calendar icon, a datepicker should open.
Steps to reproduce
add TextInputColumn::make('date')->type('date') to your Filament table
composer require filament/filament:3.2.133 -W
the datepicker opens and inline editing works
composer require filament/filament:3.2.134 -W
the datepicker doesn't open
Reproduction repository (issue will be closed if this is not valid)
Package
filament/filament
Package Version
v3.3.4
Laravel Version
v11.44.2
Livewire Version
v3.6.2
PHP Version
PHP 8.3.17
Problem description
Since release 3.2.134 the datepicker in TextInputColumn stopped working when used as
TextInputColumn::make('load_date')->type('date')
. The datepicker doesn't open.It is caused by #15340, specifically this change, when reverted, the column works fine.
Expected behavior
When user clicks on the calendar icon, a datepicker should open.
Steps to reproduce
TextInputColumn::make('date')->type('date')
to your Filament tablecomposer require filament/filament:3.2.133 -W
composer require filament/filament:3.2.134 -W
Reproduction repository (issue will be closed if this is not valid)
https://github.com/jvitasek/app-filament-issue-3.x
Relevant log output
The text was updated successfully, but these errors were encountered: