Daniel Reales Harana
Daniel Reales Harana
I have discovered that if I put activeTab (the gallery with the default images on the first load always appears fine) https://github.com/user-attachments/assets/e8d9bc49-450c-41eb-92b7-0496619a5d07 However, if it is not active and I...
I think this problem is related: [https://github.com/filamentphp/filament/pull/1997](url)
Any update on this? @danharrin
Not yet. It's probably due to the asynchronous loading of CSS and JS. It always works fine on the first load, but later on, that's when the problem arises. @gigo6000
I'm curious to try v4 to see if this has been fixed, but I'm hoping it hasn't.
@danharrin I've been testing and simply adding it to file-upload.blade.php ```php @if (FilamentView::hasSpaMode()) {{-- format-ignore-start --}} x-load="visible || event (ax-modal-opened)" {{-- format-ignore-end --}} @else x-load="visible" // Change this @endif ````...
[https://github.com/filamentphp/filament/pull/17551](url)
Has no solution been found for this yet?
Add [https://fullcalendar.io/docs/scrollToTime](https://fullcalendar.io/docs/scrollToTime)
The same thing happens to me here: When I use multisite it doesn't filter the collections by taxonomy ```php {{ collection:products :locale="site:handle" :taxonomy:product_collections="collection_slug" :taxonomy:product_categories="category_slug" scope="product" }} {{ product:title }} {{...