You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When select elements are located at the end of a page / scrollable container, their popups are cut off. Either refactor the select component or find a different solution to this issue.
The idea is to stick to how the native select component works. Here are some screenshots of how it works including an evalutation if the behaviour can be recreated for custom popups using JavaScript.
select at end of scrollable container with enough space below - popup displays at top level, independent of scroll area:
Can be recreated by appending the popup to body.
select at end of browser window - popup displays outside of browser window:
Impossible to recreate this behaviour
Possible workaround: display popup above custom select component
select at end of browser window while the latter is in full screen mode - popup displays above select component:
Recreatable with same approach as in 2.
The text was updated successfully, but these errors were encountered:
When select elements are located at the end of a page / scrollable container, their popups are cut off. Either refactor the select component or find a different solution to this issue.
The idea is to stick to how the native
select
component works. Here are some screenshots of how it works including an evalutation if the behaviour can be recreated for custom popups using JavaScript.select
at end of scrollable container with enough space below - popup displays at top level, independent of scroll area:body
.select
at end of browser window - popup displays outside of browser window:select
at end of browser window while the latter is in full screen mode - popup displays aboveselect
component:The text was updated successfully, but these errors were encountered: