Replies: 2 comments
-
Replacing |
Beta Was this translation helpful? Give feedback.
0 replies
-
@lostmsu Thank you for using BlazorBootstrap. Please share the project and .NET versions, and Blazor-related details. I'll take a look. |
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.
-
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