-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Fix form fields ax-load issue on spa-mode #9204
Conversation
DateTimePicker still has the issue with the displayText etc. I'm working on it |
Thanks for working on this, @akunbeben! |
I have the same issue. Thanks @akunbeben |
Yes, I will. |
Any news for this PR? |
Sorry for the delay. After a while, I finally recognized that the problem was when we async load the component, it is not really asynchronous because the livewire.js expects the props in the first place. Simply "wire:ignore" along with ax-load="visible" solves the problem. Manually tested. |
Changing it, Sorry |
packages/forms/resources/views/components/date-time-picker.blade.php
Outdated
Show resolved
Hide resolved
wire:ignore would break dynamic min/max dates and disabled dates |
As per #9151 fixes the table ax-load issue on spa mode, the same issue also happened in some form fields.
This PR will fix it.
Screen.Recording.2023-10-20.at.4.03.38.AM.mp4