I would like to do a PR to expose the FixDay/FixMonth/FixDay and OpenTo parameters of MudDatePicker. My use case is to be able to set FixDay="1" and OpenTo="OpenTo.Month" so when a user is in the month view they can quickly choose the month they want and not have to select a day.
Hi,
I would like to do a PR to expose the FixDay/FixMonth/FixDay and OpenTo parameters of
MudDatePicker
. My use case is to be able to setFixDay="1"
andOpenTo="OpenTo.Month"
so when a user is in the month view they can quickly choose the month they want and not have to select a day.Docs here: https://mudblazor.com/components/datepicker#fixed-values-usage
Is this something that needs further discussing or is not wanted for this component?