You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.