Force pop-down
#1205
-
Is it possible to force the dropdown list to always pop-down instead of trying to reposition based on available view? |
Beta Was this translation helpful? Give feedback.
Answered by
jaymav
Jul 1, 2021
Replies: 1 comment
-
This issue was actually caused by popper.js. To prevent repositioning of the dropdown menu I placed |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jaymav
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue was actually caused by popper.js. To prevent repositioning of the dropdown menu I placed
data-display: "static"
on the button template of multiselect.Reference: https://stackoverflow.com/questions/49323672/bootstrap-4-dropdown-disable-auto-placement-caused-by-popper-js