<DatePicker inputFormat="MM/dd/yyyy" value={date} onChange={(value) => setDate(value)} renderInput={(params) => <TextField {...params} fullWidth />} <--- This right here />