Option to set dropdown options position. #1576
lasseitorp
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As it is now, the absolute positioning of the dropdown/autocomplete options default to
top:100%; bottom:autoand if there's not enough room below but there is above, it switches totop: auto; bottom: 100%;. This can of course be overriden by an!importantclass, but a "nice to have" could be aauto | above | belowoption to make things easier.Beta Was this translation helpful? Give feedback.
All reactions