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
It's fine though, it works and I ignore the typescript error - any tips on what needs to change would be good. I think this follows your guide of what needs to be emitted.
I also have functionality on my dialogs for a transition - I'll adjust my page to set open to false and then emit cancel after, but I did think it'd be quite nice to just have a configurable delay on closing the dialog.
The text was updated successfully, but these errors were encountered:
I would ideally like it so the callback could happen immediately but we just have a delay in removing the component, it'd work nicer if it could work. Thanks again for your work.
Yes I think for the typescript it'd be a dupe of that. No problem, sorry for the delay in replying, I hadn't seen your comment. What are your thoughts on a remove delay?
Hi, firstly nice little package thank you.
I created this Modal/Dialog but it comes up with a type error when I use it
It's fine though, it works and I ignore the typescript error - any tips on what needs to change would be good. I think this follows your guide of what needs to be emitted.
I also have functionality on my dialogs for a transition - I'll adjust my page to set
open
to false and then emitcancel
after, but I did think it'd be quite nice to just have a configurable delay on closing the dialog.The text was updated successfully, but these errors were encountered: