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
Is it possible to return the value from the alert ?
For example: sweetify.warning(request, "Do you wanna delete it?", backdrop="rgba(199, 212, 21, 0.4)",showConfirmButton=True,confirmButtonText="Delete",timer=0)
And I want to get information from the user if he presses the confirm button.
I know sweetaler2 can do this.
The text was updated successfully, but these errors were encountered:
Is it possible to return the value from the alert ?
For example:
sweetify.warning(request, "Do you wanna delete it?", backdrop="rgba(199, 212, 21, 0.4)",showConfirmButton=True,confirmButtonText="Delete",timer=0)
And I want to get information from the user if he presses the confirm button.
I know sweetaler2 can do this.
The text was updated successfully, but these errors were encountered: