popper.js Questions
5
Solved
Fullcalendar React component:
import FullCalendar from "@fullcalendar/react";
import timeGrid from "@fullcalendar/resource-timegrid";
import resourceDayGridPlugin from '@fullcalendar/resource-day...
Epinephrine asked 25/7, 2019 at 4:18
23
Solved
I am using a Bootstrap popover to create a hover card showing user info, and I am triggering it on mouseover of a button. I want to keep this popover alive while the popover itself is being hovered...
Harrovian asked 13/4, 2013 at 15:42
5
I'm using Material UI v4.9.1. They have a Popper React component, based on Popper.js v1.14.1.
https://material-ui.com/api/popper
https://popper.js.org/docs/v1
I'm trying to render a small squar...
Aflame asked 7/2, 2020 at 23:1
3
Solved
I'm trying to have the date selection popover from react datepicker to open from a material UI menu item.
I have made my menu item the react datepicker input field. The issue is that my input field...
Shot asked 8/10, 2020 at 0:58
4
Solved
There is playground example on Popper component page of material-ui.
To add arrow they use arrowRef.
Please explain me where do they get it from?
Calbert asked 14/8, 2019 at 18:40
2
Solved
I'm somehow stuck with this code:
$(function () {
$('[data-toggle="tooltip"]').tooltip()
});
I'd like to change it to pure JavaScript. I'm not sure how to call the tooltip function, I already h...
Candlemas asked 5/4, 2020 at 7:44
0
In Popper.js 2 documentation I see a small hint that appending to the body is supported:
https://popper.js.org/docs/v2/performance/#attaching-elements-to-the-dom
However, I cannot find any example ...
Harrell asked 27/4, 2022 at 15:37
2
I am using popper.js on the items in a custom-built dropdown menu (it's not a <select>). The site uses Bootstrap 4.
My poppers look like this, but I want it to overflow outside of the scrol...
Morale asked 15/8, 2019 at 18:5
3
I'm trying to implement popouts but it seems like poppers.js doesn't want to load before bootstrap.js. I've tried to place the bundle before the bootstrap one but it doesn't want to load.
BundleCon...
Ursel asked 26/2, 2019 at 20:41
0
I have the following code in javascript
console.log(dates)
domain = Object.entries(dates)
console.log(domain)
where:
dates = {
"0": "2003-02-01T05:00:00.000Z",
"1":...
Rutaceous asked 27/10, 2021 at 4:29
4
Solved
When there is no room at the bottom of the viewport to fit dropdown menu, it is displayed at the top of its dropdown button. Is it possible alter this behavior and make dropdown always appear at th...
Chiquitachirico asked 11/11, 2017 at 20:57
1
I have a Box and upon clicking it, I open a popper that has some inputs. I am using ref and anchorEl to position the popper. All is working fine in this case. Popper opens up in the default bottom ...
Mincemeat asked 9/9, 2021 at 15:20
6
Solved
I just created a brand new angular-cli project
and ran npm install [email protected] jquery popper.js --save
and changed the .angular-cli.json's related parts as below
"styles": [
"../node_...
Gilstrap asked 12/8, 2017 at 3:5
3
Solved
When I place the command npm update for an existing React project, this is displayed:
npm WARN deprecated [email protected]: You can find the new Popper v2 at @popperjs/core, this package is ...
Garnishment asked 18/3, 2020 at 21:31
9
I followed the instructions in https://getbootstrap.com/docs/4.0/getting-started/webpack/ and I also installed jquery and popper.js with npm.
Still when I use the output bundle.js, the browser kee...
Nonillion asked 29/11, 2017 at 9:30
12
It seems to be a lame question, but I cannot figure it out. How to import popper.js which comes together with Bootstrap 4 beta?
I use Bower, and I've installed Bootstrap 4 beta. Now in the bower_co...
Heretical asked 12/8, 2017 at 13:1
3
I am trying to deploy my rails 6 blog-like app to Heroku and since I've added Bootstrap to do some styling I haven't been able to compile and push anymore. This is the message I am getting:
ModuleN...
Tenuto asked 11/2, 2021 at 22:0
4
Solved
I'm using Popper.js to show a popup elment having the class .js-share-cf-popover when clicking elements with class .js-share-cf-btn.
But I want the popup to close only when I click outside of it. ...
Coatbridge asked 4/4, 2018 at 9:27
3
Solved
I'm attempting to load jquery, popperjs, and bootstrap (v4-beta) via requirejs and in the console I keep getting:
Uncaught Error: Bootstrap dropdown require Popper.js (https://popper.js.org)
at b...
Prologue asked 1/9, 2017 at 16:2
3
I am using a material-ui (v 4.9.5) Popper for a "pop-out" menu as above. It's anchorElement is the selected ListItem on the left.
I want the Popper to appear flush with the top of the main menu....
Reproach asked 1/4, 2020 at 15:59
2
Solved
I have built a custom tree view in React, and each item contains a dropdown which is positioned using Popper. Since the child elements are not visible on render, Popper is not positioning the dropd...
Appraisal asked 5/1, 2021 at 20:8
1
Basically I have a table that is scrollable, and in the last column is an ellipsis which opens a dropdown, but because the table is scrollable dropdown is being cut off.
If you look at the bootstra...
Sugar asked 7/12, 2020 at 21:37
6
Solved
Any ideas what might be causing this error?
List of my includes:
<link rel="stylesheet" href="../../node_modules/semantic-ui/dist/semantic.min.css">
<link rel="stylesheet" href="../../no...
Curd asked 24/6, 2018 at 3:40
2
Solved
I have recently installed popper.js using the below comment
npm install --save popper.js angular-popper
Then, I add the below in angular.json
"scripts": [
"node_modules/jquery/dist/jquery.min....
3
Solved
I have multiple dropdown menus in my page. Located inside the nav works fine, but the inside of the page does not work
Located inside the nav
inside of the page
what is the problem?
Thank you.
Spencerianism asked 11/7, 2020 at 12:49
1 Next >
© 2022 - 2024 — McMap. All rights reserved.