Prevent SweetAlert to be closed on clicking outside the popup window

Source: https://stackoverflow.com/questions/47749095/prevent-sweetalert-to-be-closed-on-clicking-outside-the-popup-window

If you are using Sweet Alert 2, you can use this configuration
allowOutsideClick: false
This should work.

Không có nhận xét nào:

URL parameters with React Router

 https://ui.dev/react-router-url-parameters If you're reading this, you're probably familiar with the idea of function parameters. T...