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
Right now this lib does not dispatch any event, which makes integrating with other libraries difficult. For example, if I am using Dialog action, it would be great if an close event will be dispatched when dialog.close is called, so that I can do something custom after that dialog is closed(For example toggle a boolean in local storage so that user will not see that dialog again)
Is that something you would consider in this library? I can help with PR but want to know your thought first
The text was updated successfully, but these errors were encountered:
@CaptainCodeman Do you have any thought on this? Right now I can see Grail UI is offering an event handler, and it would be great this library of this as well, (and even better we emit the event through native API, so user can consume the event with on:custom_event where ever they want)
Right now this lib does not dispatch any event, which makes integrating with other libraries difficult. For example, if I am using
Dialog
action, it would be great if anclose
event will be dispatched whendialog.close
is called, so that I can do something custom after that dialog is closed(For example toggle a boolean in local storage so that user will not see that dialog again)Is that something you would consider in this library? I can help with PR but want to know your thought first
The text was updated successfully, but these errors were encountered: