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: #560 select input on click
  • Loading branch information
Angeluz-07 committed Oct 29, 2020
commit 522b84bef980af55237e066cc09dd653f3e7ba1e
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
matInput
mask="Hh:m0:s0"
(blur)="onUpdateStartHour()"
onClick="this.select();"
formControlName="start_hour"
id="start_hour"
type="text"
Expand Down