This is a proposal for moving the label in the DatePicker component to outside of the inner TextField that DatePicker uses for selecting the date, instead of relying on the label prop in TextField. The reason for this is that, currently, clicking on the label (or in the empty space beside it) triggers that DatePicker callout to render, making it very difficult to close it in small spaces. If this proposal is accepted, I can do the work.

This is a proposal for moving the label in the
DatePickercomponent to outside of the innerTextFieldthatDatePickeruses for selecting the date, instead of relying on thelabelprop inTextField. The reason for this is that, currently, clicking on the label (or in the empty space beside it) triggers thatDatePickercallout to render, making it very difficult to close it in small spaces. If this proposal is accepted, I can do the work.