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
ruddy12mo ago
It happened to me today too after upgrading.
jimarick
jimarickOP12mo 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
ruddy12mo ago
I am currently using slideover as temporary solution
awcodes
awcodes12mo 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
ruddy12mo ago
Yes, I have done both, but the issue persists. For now, I have not found any reports from anyone else, except here.
Vp
Vp12mo 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
ruddy12mo ago
None work. This is how it looks in Google Chrome. However, in Safari, you can't scroll like you can in Chrome
ruddy
ruddy12mo ago
This is safari
ruddy
ruddy12mo ago
This is Chrome
ruddy
ruddy12mo ago
ruddy
ruddy12mo ago
This is how it works before:
ruddy
ruddy12mo ago
No description
ruddy
ruddy12mo ago
The last screenshot shows version 3.2.19. On this version, everything was okay.
Prosp30
Prosp3012mo ago
I have the same issue, just noticed it today.
Tieme
Tieme12mo 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...

Did you find this page helpful?