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
I've managed to trigger the conditional closing through adding a condition on "closeEvent" function
if(e.srcElement.id === "actionTaken"){ // The rest of closing function is here }
and assigning id="actionTaken" to the buttons where you want to close.
Make sure that closeOnClick is true
If there's a better way , please let me know.
Regards,
Hi
Do we have a built in function to close or remove the current notification ?
I'll post my findings here if I have found any solution .
The text was updated successfully, but these errors were encountered: