Sruti
Results
2
comments of
Sruti
During the communication in channel either the server or client stops working there we can use disconnected() method in NamedPipeStream to check if the server or the client is up...
by referring the code in this repo i've created this ``` StaticSelect.razor @namespace MudBlazor.StaticInput @typeparam T @inherits MudSelect @inject IJSRuntime JS @ChildContent ``` ```StaticSelect.razor.cs using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components.Web; using Microsoft.JSInterop;...