How to allow typing leading 0 in MUI-Date range picker and Date picker components?
MUI Date range picker and Date picker components does not allow us to type dates or months with leading 0. For an Example if a particular user wants to type 5th of June he/she may probably write like 05/06. However if the user write 0 as the first digit and 5 as the second digit on the component it does not update with 0. Although when we write 5 as the second digit it show the date as 05. The behavior is somewhat confusing because users might think typing does not working at the first glance. Really appreciate anyone can help me if you are overcome this matter.