79276010

Date: 2024-12-12 17:22:26
Score: 1
Natty:
Report link

MUI Date Picker V7: If you're using react hook useForm you'll need to set the register function inside the textfield object of the slotProps.

<DatePicker ...
    slotProps={{
     textField: {
      ...register('propertyName'),
      error: !!errors?.propertName?.message,
      helperText: errors?.propertyName?.message
     },
    }}
...  />
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Kyra