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
Currently only logs can disappear within a certain amount of time, while confirmation, dialog and alert notifications can't disappear by themselves. This actually gives me a lot of trouble since if I manually set $("#alertify").hide(), it will be always hidden.
I really hope you can add this feature, that would be a great help!
Thank you very much!
The text was updated successfully, but these errors were encountered:
This is not a feature I would add to the core plugin. The dialogs purposely do not have a self closing method because the goal of a dialog is to get a response from the user. The project aimed to keep the alertify.js dialogs reflecting the native dialogs.
Currently only logs can disappear within a certain amount of time, while confirmation, dialog and alert notifications can't disappear by themselves. This actually gives me a lot of trouble since if I manually set $("#alertify").hide(), it will be always hidden.
I really hope you can add this feature, that would be a great help!
Thank you very much!
The text was updated successfully, but these errors were encountered: