Skip to content

Commit ac76cb0

Browse files
authored
Merge pull request #443 from ioet/409-select-on-focus
fix: #409 select times on click
2 parents e9ca24a + b505188 commit ac76cb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/modules/shared/components/details-fields/details-fields.component.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
[dropSpecialCharacters]="false"
8080
matInput
8181
mask="Hh:m0:s0"
82+
onClick="this.select();"
8283
formControlName="start_hour"
8384
id="start_hour"
8485
type="text"
@@ -97,6 +98,7 @@
9798
[showMaskTyped]="true"
9899
[dropSpecialCharacters]="false"
99100
matInput
101+
onClick="this.select();"
100102
mask="Hh:m0:s0"
101103
formControlName="end_hour"
102104
type="text"

0 commit comments

Comments
 (0)