File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/app/modules/shared/components/details-fields Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 80
80
81
81
< div class ="form-group row " >
82
82
< label class ="col-12 col-sm-2 "> Date in:</ label >
83
- < div class ="col-12 col-sm-4 ">
83
+ < div class ="col-12 col-sm-4 " tabindex =" 0 " >
84
84
< input
85
85
matInput
86
86
formControlName ="start_date "
93
93
(ngModelChange) ="onStartDateChange($event) "
94
94
[max] ="getCurrentDate() "
95
95
onkeydown ="return false "
96
+ [tabIndex] ="1 "
96
97
(click) ="openOrCloseDatePicker(datepickerStartDate) "
97
98
(dateInput) ="start_date.setValue($event.value.format('YYYY-MM-DD')) "
98
99
[matDatepicker] ="datepickerStartDate "
115
116
116
117
< div class ="form-group row " *ngIf ="!goingToWorkOnThis || !canMarkEntryAsWIP ">
117
118
< label class ="col-12 col-sm-2 "> Date out:</ label >
118
- < div class ="col-12 col-sm-4 ">
119
+ < div class ="col-12 col-sm-4 " tabindex =" 0 " >
119
120
< input
120
121
matInput
121
122
formControlName ="end_date "
127
128
required
128
129
[max] ="getCurrentDate() "
129
130
onkeydown ="return false "
131
+ [tabIndex] ="1 "
130
132
(click) ="openOrCloseDatePicker(datepickerEndDate) "
131
133
(dateInput) ="end_date.setValue($event.value.format('YYYY-MM-DD')) "
132
134
[matDatepicker] ="datepickerEndDate "
You can’t perform that action at this time.
0 commit comments