ImageEditor opening in slideOver on V4
I am in the process of upgrading to v4. My preference is to use infolists to display the data on a specific resource and then have an edit button that opens a slideOver for editing the resource. In a couple of my resources, I am using the FileUpload element to upload avatars and other images. I am also using the ImageEditor on those. The problem I'm having now is that when I click on the pencil to edit the image, it is opening the editor in the slideOver panel instead of in a separate modal like it did in v3. This makes it so that if I want to even see most of my image, I have to use a horizontal scroll bar to see it. Is there anyway that I can get it to open a new modal like it was doing in v3?
3 Replies
Can you share your code so we can see what you have build to possibly answer the question.
I created a repo to reproduce the issue at https://github.com/dcaswel/filament-img-issue. Because of @Dan Harrin 's announcement, I'm going to open an issue on the repo for it.
Here's the issue I created if anyone wants to follow it. https://github.com/filamentphp/filament/issues/17354
GitHub
[4.x] Image Editor not usable when opened from a modal · Issue #17...
Package filament/filament Package Version v4.0.1 Laravel Version v12.24.0 Livewire Version v3.6.4 PHP Version PHP 8.4 Problem description If you have an edit form that opens in a modal or slideOver...