Popper.js is a javascript library, consider also adding the Javascript tag. Popper.js used in web applications to position poppers, an element on the screen which "pops out" from the natural flow like tooltips, popovers, drop-downs. With no dependencies, no jQuery, no LoDash, it's used by Twitter in Bootstrap v4, Microsoft in WebClipper, and Atlassian in AtlasKit.
Questions tagged [popper.js]
380 questions
0
votes
1 answer
Allow Bootstrap4's popover to overflow screen
I'm trying to use BS4's Popper.js-based popover feature.
I'm adding content to it dynamically on shown event and I need it to stay anchored to the triggering button and let the body scroll instead of shifting to the top of the screen when there is…

Scaramouche
- 3,188
- 2
- 20
- 46
0
votes
1 answer
Dropdown (Bootstrap 4 popper.js) links not working in when the site is converted to wordpress but works fine in the HTML version of the website
I get this weird issue with my website's dropdown link. https://dev.netrocon.com/tedtucson/ this is my html version of my clients website which works fine.
When i converted this site into wordpress everthing looks good but the navbar's dorpdown…

Subu Hunter
- 53
- 1
- 11
0
votes
1 answer
How to attribute Bootstrap dropdown to ajax inserted object
I'm doing a Django project and i need to insert rows dynamically (ajax) with a dropdown menu for each one.
When the content is static it works just fine, but when new data are loaded from ajax, i can't bind it to the dropdown functionality and have…

Byga
- 61
- 2
0
votes
0 answers
How to specify width of React Datepicker popper width to take 100% of the parent?
I'm using ReactDatepicker and massively impressed by the number of customizations they offer right off the box, thank you very much for that.
Here is a real world problem I'm struggling with. As you can see there are three columns:
choose a…

Mars Robertson
- 12,673
- 11
- 68
- 89
0
votes
0 answers
Cannot find module 'aspnet-webpack' when using 'Bootstrap4 & popper.js' in .Net Core 2.0 & knockout spa template
I created my .NetCore 2.0 & knockout project using command line. I successfully created and install npm packages.project run successfully. Then I update the version of Bootstrap from 3.3.7 to 4.1.3 and install
popper.js using npm and trying to run…

dawoodmirza
- 1
- 1
0
votes
2 answers
Rails - Uncaught ReferenceError: Popper is not defined
Having problems with the update of bootstrap & popper.
Ive tried every thing and keep getting error
Uncaught ReferenceError: Popper is not defined.
My images will not show. I followed a couple of suggestions from Bootstrap 4: Uncaught…

Agelique B
- 1
- 1
0
votes
1 answer
Angular @types/bootstrap error: Namespace 'popper.js' has no exported member
I've done a fair amount of searching and have been unable to come up with any guidance on an error - the one article I found seems to indicate that it may just be a version compatibility issue, but I am unsure of whether that's actually the case.
I…

SquishyDough
- 27
- 5
0
votes
1 answer