William Roseberry

Results 3 comments of William Roseberry

I'm still not 100% clear on how Blazor handles the DOM so hopefully I can explain well enough. To put it simply, `halfmoon.pageWrapper` and `halfmoon.stickyAlerts` are set before the DOM...

This is where my knowledge of Blazor's RenderTree and lifecycle fails me. This is just my guess, but I think what may be happening is: 1. DOM is built on...

@henon I have the same need as @hybrid-technologies-solutions Here is an example of a use case for having a different selected item display template than the dropdown items. In the...