File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
src/components/form/date-pickers Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ function DatePickerInputRaw(
66
66
slotProps = { {
67
67
textField : {
68
68
helperText : props . error ,
69
+ error : ! ! props . error ,
69
70
InputProps : {
70
71
readOnly : props . readOnly ,
71
72
} ,
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ function DateTimePickerInputRaw(
66
66
slotProps = { {
67
67
textField : {
68
68
helperText : props . error ,
69
+ error : ! ! props . error ,
69
70
InputProps : {
70
71
readOnly : props . readOnly ,
71
72
} ,
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ function TimePickerInputRaw(
70
70
slotProps = { {
71
71
textField : {
72
72
helperText : props . error ,
73
+ error : ! ! props . error ,
73
74
InputProps : {
74
75
readOnly : props . readOnly ,
75
76
} ,
You can’t perform that action at this time.
0 commit comments