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:

UseQuery React for Efficient Data Fetching

 https://daily.dev/blog/usequery-react-for-efficient-data-fetching If you're diving into React and looking to manage data fetching effic...