filament/filament
v3.2.72
v3.2.72
v3.4.11
PHP 8.2.18
When going past step 2 (i.e., step 3+) on a Wizard that is collapsible, the container gets the collapsed classes (fi-collapsed overflow-hidden
) even though the container is open and no collapse action was triggered by the user
The issue with this is any container JS dropdowns get hidden/cut by the container.
Here's a quick look at the classes that get added from step 3+
https://github.com/filamentphp/filament/assets/5653887/fc5e28cb-4a82-455a-8fc9-74552d563e49
The container should not have overflow-hidden
while it is open.
Setup the project
composer install
npm install
npm run build
Start the webserver
php artisan serve
Go to the Page resource page http://127.0.0.1:8000/admin/pages/create
Click Add to content blocks
Select the radio button Widgets
and click Next
Select the radio button Select + Checkboxes + Text
and click Next
Inspect the wizard step <li>
classes
it will have something like this:
fi-fo-builder-item rounded-xl bg-white shadow-sm ring-1 ring-gray-950/5 dark:bg-white/5 dark:ring-white/10 fi-collapsed overflow-hidden
but it should be like this
fi-fo-builder-item rounded-xl bg-white shadow-sm ring-1 ring-gray-950/5 dark:bg-white/5 dark:ring-white/10
https://github.com/matthewnessworthy/filamentphp-wizard-bug
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too