Problem with "Dialog without using DialogService" #4029
Unanswered
parsalotfy
asked this question in
Q&A
Replies: 1 comment
-
You are referencing the @ref a bit too early. I think it is because the dialog is not actually in the dom yet at the point where you are calling it. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the dialog without dialog service from here
in code section:
Problem:
when it reaches OnAfterRender, it gives nullreference exception on _myFluentDialog.
But if I add these it will work correctly:
why it happens? why should I add bind-Hidden to make it work?
Beta Was this translation helpful? Give feedback.
All reactions