Replies: 1 comment 4 replies
-
We may be able to provide something like this but we do wonder about the UX implications of cases like the following: In this case, if the Perhaps we can have some logic that checks if the container boundary is within the viewport and respects it if it can render without collisions. If not, it falls back to viewport boundaries? 🤔 cc: @benoitgrelard |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PopperJS
boundary
optionUsing this screenshot as an example, I'd like to be able to have the DropdownMenu collision detection calculate based off the gray box "Container" element instead of the viewport. In which case I'd expect the DropdownMenu to open up instead of down.
Beta Was this translation helpful? Give feedback.
All reactions