We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ca24a commit b505188Copy full SHA for b505188
src/app/modules/shared/components/details-fields/details-fields.component.html
@@ -79,6 +79,7 @@
79
[dropSpecialCharacters]="false"
80
matInput
81
mask="Hh:m0:s0"
82
+ onClick="this.select();"
83
formControlName="start_hour"
84
id="start_hour"
85
type="text"
@@ -97,6 +98,7 @@
97
98
[showMaskTyped]="true"
99
100
101
102
103
formControlName="end_hour"
104
0 commit comments