djorg83 / react-bootstrap-sweetalert

A React implementation of SweetAlert

Home Page:https://djorg83.github.io/react-bootstrap-sweetalert/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outside click is calling the onCancel function. How can I make it just turn off the modal?

resobyte opened this issue · comments

Hello friends,

When you set closeOnClickOutside props to true and click outside, onCancel is called. Can I just have it turn off the modal?