-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DatePicker::make('date')->native(false) bug when using wire:loading wire:target #15084
Comments
same |
same here |
same |
I can confirm this too. |
Also getting the same issue. |
Unfortunately I am getting the same issue. There aren't JavaScript errors on the console. |
Same for me |
Same using DatePicker::make('date')->native(false), |
same issue |
Downgrading to 3.2.129 fixes this for me. |
I've just done the same |
I have spent hours trying to fix this, so I am reverting #15062. Livewire will stay locked until a solution is found. I do not have any more time to dedicate to this. Sorry. |
These aren't the best solution, but both of them work:
|
Thanks, while that does allow the dates to show in the grid I suspect there are other issues in play, also on other form components. We will need to work those out before unlocking. |
Thank you @danharrin for your effort. I’m confident you’ll solve this in the future; we just need to wait for additional resources. |
Package
filament/filament
Package Version
3.2.130
Laravel Version
11.35.1
Livewire Version
3.5.17
PHP Version
8.2
Problem description
In my demo repository, I replicated the issue on the holiday resource.
The problem occurs with DatePicker::make('date')->native(false) when using wire:loading wire:target along with live().
Once wire:loading wire:target completes, the date picker calendar disappears.
Please refer to the Steps to Reproduce section to replicate the issue.
Expected behavior
Steps to reproduce
For context: I added a disabled state to the date field if the name field is empty.
Follow these scenarios:
Scenario 1: Working
Scenario 2: Not Working
Reproduction repository (issue will be closed if this is not valid)
https://github.com/dharen008/demo
Relevant log output
No response
Donate 💰 to fund this issue
The text was updated successfully, but these errors were encountered: