Any idea why my select dropdown is cut off?
When I click the select to view the dropdown, the results are cut off suddenly. Cant figure out what I've done to make this happen?
15 Replies
It happened to me today too after upgrading.
Ah ok, guess it’s a new bug then. I’m also on mobile unable to scroll down my modal form to see all form items. Wonder if it’s related
I am currently using slideover as temporary solution
Did you run
artisan filament:upgrade
and npm run build
after upgrading? Could still be a bug. Just want to make sure. Haven’t seen any other reports about it.Yes, I have done both, but the issue persists. For now, I have not found any reports from anyone else, except here.
Try
->native(true)
or remove native, I think JS dropdown are like that. I report similar issue.. but https://github.com/filamentphp/filament/issues/9388None work. This is how it looks in Google Chrome. However, in Safari, you can't scroll like you can in Chrome
This is safari
This is Chrome
This is how it works before:
The last screenshot shows version 3.2.19. On this version, everything was okay.
I have the same issue, just noticed it today.
GitHub
Unable to scroll modals on iOS Safari · Issue #11225 · filamentphp/...
Package filament/filament Package Version v3.2.21 - v3.2.23 Laravel Version v10.43.0 Livewire Version v3.4.4 PHP Version PHP 8.3.2 Problem description Modals on iOS Safari can not be scrolled. This...