react-notification-system
react-notification-system copied to clipboard
if dismissible: true ... can we prevent action callback from dismissing notification?
Is there currently a way I can have an action button on a notification that does not dismiss the notification? In my user story, I want to click on the action button and bring up a dialog with info. In this case, if the user intended to dismiss the notification, they could click anywhere else on it besides the action button.
Since this is a year old, don't mind my +1. Thanks!
+1 as well! Thanks!
will be nice to have callback return boolean and dismiss if true.