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?
No description
15 Replies
ruddy
ruddy5mo ago
It happened to me today too after upgrading.
jimarick
jimarick5mo ago
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
ruddy
ruddy5mo ago
I am currently using slideover as temporary solution
awcodes
awcodes5mo ago
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.
ruddy
ruddy4mo ago
Yes, I have done both, but the issue persists. For now, I have not found any reports from anyone else, except here.
Vp
Vp4mo ago
Try ->native(true) or remove native, I think JS dropdown are like that. I report similar issue.. but https://github.com/filamentphp/filament/issues/9388
ruddy
ruddy4mo ago
None work. This is how it looks in Google Chrome. However, in Safari, you can't scroll like you can in Chrome
ruddy
ruddy4mo ago
This is safari
ruddy
ruddy4mo ago
This is Chrome
ruddy
ruddy4mo ago
ruddy
ruddy4mo ago
This is how it works before:
ruddy
ruddy4mo ago
No description
ruddy
ruddy4mo ago
The last screenshot shows version 3.2.19. On this version, everything was okay.
Prosp30
Prosp304mo ago
I have the same issue, just noticed it today.
Tieme
Tieme4mo ago
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...