Changing modal parameters inside of modal. #429
Unanswered
Bug-Shooter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, and thx for your project.
Is it possible to update the parameters like "DisableBackgroundCancel" inside of the modal while it is open?
I suggested it to work like that:
ModalInstance.Options.DisableBackgroundCancel = false;
ModalInstance.Options.HideCloseButton = false;
however modal's not updating while changing values.
Beta Was this translation helpful? Give feedback.
All reactions