filament/filament
v3.2.57
v11.0.7
v3.4.9
PHP 8.2.16
I split my form in multi sections, in first one, Select and Datepicker are ->native(false)
and ->live()
to permit to see a third component (another Select) when values are set.
When I choose an option on first Select, many errors occur in browser console
Alpine Expression Error: displayText is not defined...
Alpine Expression Error: focusedMonth is not defined...
Alpine Expression Error: months is not defined...
Alpine Expression Error: focusedYear is not defined...
Alpine Expression Error: dayLabels is not defined...
Alpine Expression Error: emptyDaysInFocusedMonth is not defined...
Alpine Expression Error: daysInFocusedMonth is not defined...
Same problem when I edit a record, when I change option, same errors appear
->native(false)
of all Datepicker, no errors but I need minDate, maxDate etc.->spa()
in AdminPanelProvider
, no errors->spa()
->spaUrlExceptions(fn (): array => [
url('/admin'),
PostResource::getUrl(),
])
erros occur too
No error should appears
You can see this problem by cloning reproduction repository
https://github.com/agencetwogether/spa-datepicker
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