-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
selectat 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.
- Impossible to recreate this behaviour
- Possible workaround: display popup above custom select component
selectat end of browser window while the latter is in full screen mode - popup displays aboveselectcomponent:

- Recreatable with same approach as in 2.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Backlog 📝

