react-confirm-alert icon indicating copy to clipboard operation
react-confirm-alert copied to clipboard

react component confirm dialog.

Results 30 react-confirm-alert issues
Sort by recently updated
recently updated
newest added

https://github.com/GA-MO/react-confirm-alert/blob/3654247b7b263b0999cd9d978ebef3eb65494699/src/index.js#L85 Why does this API exist? Knowing there's a keypress isn't helpful on its own.

Hey I've created my component like this ![image](https://user-images.githubusercontent.com/37934074/180639235-e6b6de53-11ef-406b-996f-aa5a5e44233b.png) Inside the gallery component I've used other components such as (React Query, Mantine UI), but it seems my component which is being...

I want to use this in a functional component in react but i am getting this ERROR the second time First time nothing is happening ! what should i do...

The css class `react-confirm-alert-blur` is added to the `root` element only the first time: if I close the UI and re-open, there is no _blur_ effect on _background_. It's noticeable...

I tried using React component for the customUI. I am using Redux in my app. My files look something like this: custom-ui-component.js ``` import React, { Component } from 'react';...

enhancement

hi, how I can apply style in my component. I try, style: "center" ``` closeModule() { confirmAlert({ title: "Alerta", message: "Desea salir sin aplicar los cambios ?", style: "center", buttons:...

This is to handle multiple ConfirmAlert initiated by some asynchronized activities, e.g. timer, fetch/xhr, callback. Using current confirmAlert(), the new popup simply override the old popup before user provides input....

Hi i need help on testing, I am writing unit test cases but when i am trying to mock this but not able to mock confirm alert please help me...

``` notificationPopup = (message, buttonText) => { const options = { customUI: ({ onClose }) => { return ( {/* {Sub-Category Details} */} ); }, closeOnEscape: false, closeOnClickOutside: false, }...

CustomUI can run out of react-confirm-alert class