Fabian Schurz
Fabian Schurz
Have you set the RefBack="@context" in the Tooltips render fragment component? If yes i could imagine that MatSelectItem inside does not handle RefBack the right way. I came up to...
Tomorrow i'll try
Did you also Set width to 100% instead of the +24px calc when creating the Screenshot? I'm fine if this is the intended behaviour. I "fixed" it on my site....
From a mathematical perspective 100% + 24px - (12px x 2) is 100% again.
Tested in MAUI Blazor Hybrid App (Android Browser Chrome) - confirmed not working
Tested in MAUI Blazor Hybrid App (Android Browser Chrome) - confirmed not working
 My thoughts: I have an idea how to make two different masks depending on wether it's a continous interval (with limits) or a specific interval. What i want a...
This has to take care of holiday days i guess, so internally use something like this: https://www.nuget.org/packages/PublicHoliday
We need to have something like a DataObject, JsonSerializable so that interval can be saved in databases and that you can schedule tasks timers by the user defined interval. I'm...