How to prevent showing two dialogs? #275
Unanswered
sharpninja
asked this question in
Q&A
Replies: 1 comment
-
Could you provide the HTML for the button that triggers EDIT: Forget to mention it, but maybe the Modal is also being opened by Bootstrap (since it seems like a bootstrap modal). Regardless, best way to help you is to share a project. |
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
-
I'm sure the problem here is PEBKAC, so I'm asking a question first.
Here you can see that I'm somehow getting two dialogs opened. The one with content has this Blazor component:
It is being displayed by this click handler:
What do I need to do differently?
Beta Was this translation helpful? Give feedback.
All reactions