Current Behavior:
The MudDateWheelPicker component always defaults to January 1st of the current year when opened.
Problem:
This forces users to scroll to the desired date (e.g. today), which can be inconvenient, especially when selecting dates close to the current date.
Requested Enhancement:
Add a new parameter (e.g. DefaultDate or InitialDate) that allows consumers of the component to specify the default selected date when the picker opens.