-
@bijington I'm thrilled that the new PopupService is in and I've successfully implemented it in my view model to show a popup - but can I use it to close the opened popup in my view model too? Before using this new PopupService, I was opening and closing my loading indicator popup from the popup itself as so: // Open loading indicator // Close loading indicator I opted to use the new PopupService to allow me to more easily write unit tests for my view model. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Currently this is not possible, however I believe @VladislavAntonyuk did also suggest we should provide this functionality. I shall write up a proposal to cover this functionality |
Beta Was this translation helpful? Give feedback.
Currently this is not possible, however I believe @VladislavAntonyuk did also suggest we should provide this functionality. I shall write up a proposal to cover this functionality