Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: #409 select times on click
  • Loading branch information
enriquezrene committed Jun 30, 2020
commit b505188f5e03bda857d5c688d6a28fd9fa081522
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
[dropSpecialCharacters]="false"
matInput
mask="Hh:m0:s0"
onClick="this.select();"
formControlName="start_hour"
id="start_hour"
type="text"
Expand All @@ -97,6 +98,7 @@
[showMaskTyped]="true"
[dropSpecialCharacters]="false"
matInput
onClick="this.select();"
mask="Hh:m0:s0"
formControlName="end_hour"
type="text"
Expand Down