+
+
+ {
+ setSelectedDate(newDate);
+ }}
+ slotProps={{
+ textField: {
+ label: "Select Date",
+ size: "small",
+ InputLabelProps: {
+ shrink: true,
+ sx: {
+ backgroundColor: "white",
+ padding: "0 4px",
+ },
+ },
+ fullWidth: true,
+ placeholder: "MM/DD/YYYY",
+ },
+ field: {
+ autoFocus: true,
+ },
+ }}
+ />
+
+
+
+