You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the documentation. When using the cascading parameter, my ModalService instance is not set. I therefore now use: @inject IModalService Modal. When using this, I can see that the show method is called. However, the modal is not showing. I have attempted this in the <head>: <link rel="stylesheet" href="{assembly name}.styles.css" /> as well as <link rel="stylesheet" href="_content/Blazored.Modal/Blazored.Modal.bundle.scp.css" />. I also added @rendermode InteractiveServer to the place where I am calling the example button. I don't understand what I am doing wrong. Thank you in advance.
Hi,
I followed the documentation. When using the cascading parameter, my
ModalServiceinstance is not set. I therefore now use:@inject IModalService Modal. When using this, I can see that the show method is called. However, the modal is not showing. I have attempted this in the<head>:<link rel="stylesheet" href="{assembly name}.styles.css" />as well as<link rel="stylesheet" href="_content/Blazored.Modal/Blazored.Modal.bundle.scp.css" />. I also added@rendermode InteractiveServerto the place where I am calling the example button. I don't understand what I am doing wrong. Thank you in advance.Woudjee