Skip to content

Commit 522b84b

Browse files
committed
fix: #560 select input on click
1 parent 8f3caf4 commit 522b84b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/modules/time-clock/components/entry-fields/entry-fields.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
matInput
3333
mask="Hh:m0:s0"
3434
(blur)="onUpdateStartHour()"
35+
onClick="this.select();"
3536
formControlName="start_hour"
3637
id="start_hour"
3738
type="text"

0 commit comments

Comments
 (0)