-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure popper-opts #5630
Comments
Wondering the same, popper docs are very good but couldn't find a way to do pass popper-opts to a dropdown ): |
@ahsatha I was able to track down what format it has, and what is working looks like
Everything is happening here https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/src/mixins/dropdown.js#L266 , they look for you object and merge it here https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/src/mixins/dropdown.js#L277
But it doesnt work because as you can see they pass simple objects without
Hope this will help you guys ! :) |
this works for me |
Documentation for dropdown is examples of how to use popper-opts
The text was updated successfully, but these errors were encountered: