Replies: 1 comment
-
Replacing |
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
-
With the following
BodyTemplate
in myModal
When I call
await modal.ShowAsync()
, the render (@rendermode InteractiveServer
) fails withBut when I comment out
InputCheckbox
es, the modal shows up.I also tried moving that template into a separate component, and calling it with
modal.ShowAsync<T>
, but that doesn't fix the issue.So I am at loss: what am I supposed to do to put input elements inside the
Modal
?Beta Was this translation helpful? Give feedback.
All reactions