Skip to main content
1 vote
1 answer
27 views

I’m trying to change the border color of a MUI DatePicker component, including its focused state. I’ve tried targeting the fieldset inside MuiOutlinedInput-root with sx, even adding !important, but ...
Gunter's user avatar
  • 31
-1 votes
0 answers
38 views

I'm using "@mui/x-date-pickers": "^8.19.0" and @mui/material": "^7.3.4" in a "next": "15.5.6" application with "react-dom": "19.2....
S. Hesam's user avatar
  • 7,179
1 vote
1 answer
59 views

I'm using MUI v6 Time Pickers and I'm trying to use renderDigitalClockTimeView as the viewRenderer for my time picker component. I set an initial value, and it correctly shows up in the input field. ...
Pradeep's user avatar
  • 49
0 votes
1 answer
122 views

Currently, I'm using @mui/x-date-pickers v7 to display a calendar. My requirement is to keep the calendar open while changing the date using the text field. Current behavior: When clicking the text ...
sd_dewasurendra's user avatar
1 vote
1 answer
154 views

I am creating a MUI DateTimePicker component . The goal is to : Disable and Not Show AM, if its already PM for the day If its PM, Not Show the Earlier Hours in PM Currently, I got them to be ...
mattsmith5's user avatar
  • 1,357
1 vote
1 answer
83 views

In the React MUI Datepicker, how do I remove extra 0, for a Single Hour time? Right now, its showing an extra 0 here. Goal is following, 03:00 PM --> 3:00 PM <LocalizationProvider dateAdapter={...
mattsmith5's user avatar
  • 1,357
1 vote
1 answer
105 views

I am editing the colors of the MUI Date Time Picker. Is this the optimal way, or is there another more formal way in MUI Inputs? I didn't find any in the reference, so directly edited the sx. <...
mattsmith5's user avatar
  • 1,357
1 vote
1 answer
354 views

I'm using MUI's <DatePicker /> integrated with Formik, and I want to mark the field as touched only when the user has finished interacting with the date picker — not immediately when it gains ...
Minh's user avatar
  • 795
1 vote
1 answer
128 views

I'm trying to use @mui/x-date-pickers: "^8.3.1 DatePicker component in a form with react-hook-form: "^7.62.0" Using some workarounds, I managed to give errors on blur and on submit, but ...
ZEN's user avatar
  • 1
0 votes
2 answers
117 views

I am using DateTimePicker from @mui/x-date-pickers, Why died the label not display vertically centered? I am using size small and fontsize 13. slotProps: { textField: { fullWidth: true, ...
user19590290's user avatar
0 votes
1 answer
66 views

I was trying to style the textArea of datePicker, how ever I can apply styling to calendar drop down but failed to apply styles to textArea. The code I used is <DatePicker label="...
Bibhu Pr's user avatar
0 votes
1 answer
60 views

I was messing about with the minDate prop on the MUI X Date Picker (specifically the DatePicker component). I was trying to set the minDate to a date with a negative year (i.e. a BCE year) in order to ...
louisch's user avatar
  • 316
0 votes
1 answer
266 views

I am trying to implement the Mui-Materials DatePicker in my React project. I need a callback that fires when the user has entered a date and pressed Enter or lost focus. Once a date is accepted, I ...
lmeasr's user avatar
  • 31
1 vote
1 answer
348 views

I recently upgraded from @mui/x-date-pickers v6 to v7, and my DateTimeField component stopped working due to a TypeScript error. In v6, I was able to add a custom button to open the calendar using ...
Калдар Кайрат's user avatar
1 vote
1 answer
44 views

This is a situation that is completely perplexing to me. I am stuck using Material-UI core and not currently allowed to upgrade to MUI X due possible vulnerabilities and my project lead not wanting ...
Mtullis's user avatar
  • 61

15 30 50 per page
1
2 3 4 5
23