Questions tagged [popper]

Popper is a container-native workflow and automation engine. It is used to automate containerized tasks such as compiling code, running tests, generating documentation, among many others. Popper abstracts the underlying container engine, thus the 'popper' tag is rarely used alone and is often paired with other tags such as 'docker', 'podman' or 'singularity'

Popper is a tool for defining and executing container-native workflows in Docker, as well as other container engines. With Popper, you define a workflow in a YAML file, and then execute it with a single command.

24 questions
0
votes
0 answers

how to implement a popper menu like vscode intellisense in react js?

i want to create a popper menu in a contenteditable div with text suggestions. Tried with Tippyjs, Popper js but did not work well. here is a sampe picture from vscode:
0
votes
0 answers

How do I increase the width of a bootstrap / popper drop down menu

I'm developing an ASP.NET MVC Razor UI using bootstrap and I would like to increase the width of the drop-down menu. I'm using bootstrap 4.5.2, popper 1.16.1, and jquery 3.5.1 Here is an example of my UI where the menu is not wide enough which makes…
Graeme
  • 41
  • 1
  • 1
  • 5
0
votes
1 answer

How to use the ```setContent``` method of Bootstrap 5.2 popper component using jQuery

Can someone please show me how to call the setContent method of popper component in Bootstrap 5.2 using jQuery? While calling the show method is as simple as $("#myElement").popper('show') the same does not seem to be the case for the setContent…
0
votes
1 answer

How to make the button clickable when MuI Dropdown is open

I am new to MUI and I used something like this (Sample code) but when the dropdown is…
0
votes
1 answer

MUI data-grid-pro Expand cell renderer

I'm trying to use the Expand cell renderer example 1: https://mui.com/components/data-grid/columns/#RenderExpandCellGrid.js provided in the documentation while using data-grid-pro. It started to behave strangely after I added pinned columns: …
0
votes
1 answer

How to close Popper context menu when selecting a menu item?

Can't find a way to close context menu upon picking an item, using Popper. Seems like a fundamental feature though, am I missing something? The only thing I see is a "hide" event but it's an event not a method.
drake035
  • 3,955
  • 41
  • 119
  • 229
0
votes
1 answer

unable to use python modules in separate steps in a popper workflow

I have a requirements.txt file that I use when executing the following workflow: steps: - id: install-python-modules uses: popperized/python-actions@master args: - pip install -r requirements.txt - id: run-script uses:…
ivotron
  • 1,471
  • 1
  • 17
  • 21
-1
votes
1 answer

Offset modifier pushes part of popover outside viewport (Popper)

Using offset: '0,-30px' in my Popper modifier. It works but now my popover doesn't fit within the viewport in some situations. Annoyingly, either Popper applies an offset or it ensures popover fits viewport, but not both. Is there any way to make…
drake035
  • 3,955
  • 41
  • 119
  • 229
-2
votes
1 answer

How to flip Material UI Popper when not enough space

Original position original When Button moving to the left executed https://codesandbox.io/s/material-demo-forked-hwvxl?file=/demo.js Please tell me how to do it, thanks
Yaokaoya
  • 1
  • 1
1
2