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
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
Apply await to event onAnyCloseEventFinished.toPromise() not working. The event did not fire after the modal closed.
Expected behavior
onAnyCloseEventFinished can work with async/await when transform to a promise ( .toPromise() )
What is the motivation / use case for changing the behavior?
I would like to pause other processes when open the modal and get the user input after the modal is closed
Smart Modal version: 7.1.1
Angular version: 11
The text was updated successfully, but these errors were encountered:
I'm submitting a ... (check one with "x")
Current behavior
Apply await to event onAnyCloseEventFinished.toPromise() not working. The event did not fire after the modal closed.
Expected behavior
onAnyCloseEventFinished can work with async/await when transform to a promise (
.toPromise()
)What is the motivation / use case for changing the behavior?
I would like to pause other processes when open the modal and get the user input after the modal is closed
Smart Modal version: 7.1.1
Angular version: 11
The text was updated successfully, but these errors were encountered: