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
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
I'm using Litepicker with Laravel-livewire. Long story short, I use lockDaysFilter to understand which days are bookable.
I have an async call modifying the data I'm checking in lockDaysFilter. It works perfectly if I click somewhere in the page after triggering the change.
I'm looking for a way to trigger a re-render programmatically so the calendar updated availabilities.
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hello,
I'm using Litepicker with Laravel-livewire. Long story short, I use
lockDaysFilter
to understand which days are bookable.I have an async call modifying the data I'm checking in
lockDaysFilter
. It works perfectly if I click somewhere in the page after triggering the change.I'm looking for a way to trigger a re-render programmatically so the calendar updated availabilities.
Thanks for your help
The text was updated successfully, but these errors were encountered: