File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
v4/routes/components/dateField
v5/ui/v4Adapter/overrides/cards/sharedStyles Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -69,19 +69,18 @@ export const DateField = ({
69
69
onAccept = { handleAccept }
70
70
onChange = { ( ) => { } }
71
71
disableHighlightToday
72
+ // @ts -ignore
73
+ inputProps = { { readOnly : true , placeholder } }
74
+ components = { { ActionBar : null } }
72
75
renderInput = { ( props ) => (
73
76
< TextField
74
- placeholder = { placeholder }
75
77
defaultValue = { defaultValue }
76
78
name = { name }
77
79
{ ...props }
78
80
InputProps = { { endAdornment : null } }
79
81
/>
80
82
) }
81
- // @ts -ignore
82
- inputProps = { { readOnly : true } }
83
83
{ ...dateFieldProps }
84
- components = { { ActionBar : null } }
85
84
/>
86
85
) ;
87
86
} ;
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export default css`
52
52
53
53
${ SequenceDateActions } {
54
54
bottom : -3px ;
55
- left : -9 px ;
55
+ left : -41 px ;
56
56
top : unset;
57
57
right : unset;
58
58
.MuiIconButton-root {
You can’t perform that action at this time.
0 commit comments