We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
filament/filament
v3.2.133
v11.38.2
No response
8.2
When I use ->panelLayout('grid') sometimes the styles load wrong
SpatieMediaLibraryFileUpload::make('images_upload') ->collection('property_images') ->multiple() ->responsiveImages() ->image() ->imageEditor() ->label('Imágenes') ->imagePreviewHeight('250') // ->panelLayout('grid') ->columnSpanFull()
SpatieMediaLibraryFileUpload::make('images_upload') ->collection('property_images') ->multiple() ->responsiveImages() ->image() ->imageEditor() ->label('Imágenes') ->imagePreviewHeight('250') ->panelLayout('grid') ->columnSpanFull()
I have discovered that if the gallery appears at the moment it loads fine, but when using tabs as I show in the project is when it happens constantly
https://github.com/danielreales7/test-spatie-lmedia
The text was updated successfully, but these errors were encountered:
I have discovered that if I put activeTab (the gallery with the default images on the first load always appears fine)
However, if it is not active and I have to change between tabs, that is when the problem appears.
Sorry, something went wrong.
I think this problem is related: https://github.com/filamentphp/filament/pull/1997
No branches or pull requests
Package
filament/filament
Package Version
v3.2.133
Laravel Version
v11.38.2
Livewire Version
No response
PHP Version
8.2
Problem description
When I use ->panelLayout('grid') sometimes the styles load wrong
Expected behavior
Steps to reproduce
I have discovered that if the gallery appears at the moment it loads fine, but when using tabs as I show in the project is when it happens constantly
Reproduction repository (issue will be closed if this is not valid)
https://github.com/danielreales7/test-spatie-lmedia
Relevant log output
The text was updated successfully, but these errors were encountered: