[BUG] Popup Service - Can't access view model #2794
Unanswered
sikemullivan
asked this question in
Q&A
Replies: 1 comment
-
@sikemullivan is this still relevant? I am trying to figure out why you do not pass to constructor or aftering calling new PopUp() ... why you do not access a public variable of this PopUp which can also be a PopUp ViewModel? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When launching a popup using the PopupService, you used to be able to send in a lambda to setup the view model that is going to be bound.
I feel like this can no longer be done. I have no way to access the popup's View Model.
Expected Behavior
I expect that I have a way to setup the view model when launching a popup.
Steps To Reproduce
Link to public reproduction project repository
Needs reproduction
Environment
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions