Anu6is
Anu6is
@ScarletKuro I don't have maintainer access so I can't edit it myself. I think the existing test can be updated to the following: ```cs [Test] public void Check_DateTime_MaxValue() { DateTime?...
@bc-hvtk I haven't had the chance to fully review this but wouldn't this close any drawer type and clip mode combination? I don't see anything limiting it to a specific...
At a minimum `mud-drawer-persistent` should be excluded. Regardless of the screen size and clip mode this should persist unless specifically closed by the user. Also, as it wasn't possible for...
Option for variable name: DynamicRescaling @henon should this be a configurable option or the set behaviour
Masks don't work well in server projects due to latency in communicating with the server. It is advised to use a js alternative
@jaslam94 please add a https://try.mudblazor.com/ snippet
Yes, it's a known issue that since a model overlay isn't implemented the drawer currently requires the title button to be closed. So clip mode never and temporary drawers don't...
I was probably thinking about preventing `AutoGrow`. You are correct though, while `Lines` and `MaxLines` are associated with `AutoGrow`, `Lines` can function on its own. I'd accept a PR removing...
This was implemented in #10433
As noted in the [MIGRATION.md](https://github.com/MudBlazor/MudBlazor/blob/dev/MIGRATION.md) > If you're upgrading across multiple versions, follow each guide sequentially, starting from your current version and progressing to the latest. That would be your...