I am using the MudTimePicker MudBlazor for a C# Project.
I need to be able to select a Timespane from 00:00 to 24:00.
Does anyone know how i could do this with Mudblazor?
Yes, i could just interpret 00:00 as 24:00 in the "to" field but this feels more like a hack.