Simon-Miller
Simon-Miller
I've created my own wrapper component which when the dialog closes calls a bit of TypeScript to fix it: `export class matDialogueFix { public static makeWindowScrollbarVisibleIfNeeded(): void { document.querySelector("body.mdc-dialog-scroll-lock")?.classList.remove("mdc-dialog-scroll-lock"); }...
[MatBalzor.DialogFudge.zip](https://github.com/SamProf/MatBlazor/files/5971062/MatBalzor.DialogFudge.zip) I've taken the time to write an example. Too much for a fiddle! I used a normal javascript file instead of worrying about javascript. hope that helps? I've left...
@OscarLate Typescript adds capabilities (at compile time) that don't exist in javascript. For example, Typescript allowed you to create classes long before that was a part of javascript. Right now,...
In my own commercial project using MatBlazor, I've noticed components not disposing. I created a base-class that uses BaseMatDomComponent as its base, so I can check the `Disposed` property before...
It is very odd, I agree. Any version after 2.6.2 up to the current version. So 2.8 won't work for me either. I've two places where this happens, and both...
I've got code that fails (see below) but I couldn't get the same code to fail in a BlazorFiddle. So I'm wondering if this bug affects Server-side Blazor only. In...
[MatBlazor.ServerApp Test.zip](https://github.com/SamProf/MatBlazor/files/5942134/MatBlazor.ServerApp.Test.zip) I've simplified it further, and decided to include a full visual studio project. So out-of-the-box Blazor (server) project, with the index page "/" loading up shows two MatSelects:...