reactjs-popup icon indicating copy to clipboard operation
reactjs-popup copied to clipboard

React Popup Component - Modals,Tooltips and Menus —  All in one

Results 93 reactjs-popup issues
Sort by recently updated
recently updated
newest added

In my use case I need to have a controlled tooltip, to use a button inside the tooltip that closes it. I'm using the tooltip with a color picker inside...

Greetings, traveller. Currently I'm facing a bug, which can shortly be described like: "First input in any popup autofocuses and neither "tabIndex: -1", nor "autofocus={'false'}" can help fixing it. ###...

with the new major version my tooltip inside a navigationbar have a weird position on open after scrolling the window. It's because of this. ``` contentRef.current.style.top = `${cords.top + window.scrollY}px`;...

bug
help wanted

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hello, I have tried to implement reactjs-popup into my code and I came across an issue. As you can see in the image below, the popup works but no content...

I just discovered a potential regression, cause the bug reported in [issue 174](https://github.com/yjose/reactjs-popup/issues/174) still occurs in the latest version. When selecting text in a popup and having mouse-up event occur...

Hello, I wanted to have an offset that would automatically apply on the proper side of the tooltip regarding its position with keepTooltipInside. I was not able to do it...

Only repositioning on window resize is probably intended so this is more of a feature request I suppose. ### Version 2.0.4 ### Test Case Dropdown/popup that loads content (e.g. list...

having many items in popup with overflow-y enabled and fixed height makes pointing arrow invisible ### Version "reactjs-popup": "^2.0.4" ### Test Case cannot create cause ``` "We were unable to...