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

First problem is https://github.com/yjose/reactjs-popup/blob/master/src/index.tsx#L23 global state. I can fix that if you give me

Fixes typo in docs/docs/css-styling.mdx

### Version 2.0.5 ### Expected Behavior I have a Popup set up like this: ... When I click outside of the popup, it closes, despite not having the closeOnDocumentClick property....

I'm wondering how to stop the area outside of the modal/ popup closing when clicked? Is this a feature you can enable/ disable in any way? and if so, how...

### Version 2.0.6 ### Expected Behavior According to the docs, I should be able to pass in a function which receives the close function as a parameter ### Actual Behavior...

When using a reactjs-popup modal in a simple use case, the 'open' prop doesn't control the modal. Clicking on the modal backdrop will cause the modal to close. ``` Modal...

I have toolip, hom make close toolip, when I click on button? ``` blablabla { how make close here? }} > Close ```

can anyone has solution to disable auto focus while hovering.

Aria `tooltip`s [are only allowed to be used for actual tooltips](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/Tooltip_Role). It would be a bug to use that role for anything other than contextual help, such as a context...

I don't want to trigger the touch event behind the overlay,but can't edit overlayStyle-pointerEvent to visible. finally i add "pointerEventer:'visible'" css to Popup's first child, success edit overlayStyle-pointerEvent to auto....