CliveB
CliveB
Hi, I get this error in the Browser console at runtime Could not load content for https://###.com/_content/BlazorStrap/popper.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE I have the below in my index.html...
Hi, After Login I redirect to a page that contains a Carousel. The page loads OK, as does the Carousel However if I mouse over the Carousel, I get this...
**Describe the bug** If I use @Table.IsEditMode in a template, and toggle between edit mode , the Column gets replicated multiple times on screen **To Reproduce** ``` @using BlazorTable Edit...
Would be great to have a Auto Layout feature, I havent managed to find one in the Demo?
Hi, would be great if there was a OnClose option for when the Dropdownlist (div) closes, currently I'm using "ValueChanged" which works when an option is selected, however I need...
Hi, On occasion the AutoLayout overlaps, I was trying to have a look through the AutoLayout code, and as I expected, pretty complicated. Would you know what might cause something...
Hi, is it possible to exclude certain requests?, id like to remove our HealthCheck API from being reported.
I created a PDF that contains links to other locations in the PDF, using this in the razor view ``` Rules ``` which links to ``` ``` However in...
### Installed product versions - VS2022 17.9.5 - This extension: [example 1.1.24] ### Description FCC was working using MS Code coverage, I noticed that its stopped producing a report. It...
Hi, I have this working with Blazor, however I cant see how or if its possible to implement Nonces in the blazor client, as the blazor client wouldn't know the...