You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameters of result are the following as described in the official docs:
isConfirmed | The "Confirm" button was clicked, the value will contain the result
isDenied | The "Deny" button was clicked, the value will be false. Alternatively, if there's an input in a popup, you can use returnInputValueOnDeny: true to return the input's value.
isDismissed | The "Cancel" button was clicked, the dismiss will be Swal.DismissReason.cancel
value | The value from the popup, possible values:
* true for simple confirmed dialogs
* false for denied popups
* any value for popups with inputs
dismiss | The dismissal reason, see the Handling Dismissals section for details
How to do that ?
The text was updated successfully, but these errors were encountered: