Skip to content

Commit d3d3255

Browse files
committed
feat: TT-580 add placeholders in ticket uri and description text inputs on the time clock page
1 parent 40396d8 commit d3d3255

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<input
1818
(blur)="onSubmit()"
1919
type="text"
20+
placeholder="Enter Jira ticket URL"
2021
id="uri"
2122
formControlName="uri"
2223
class="form-control"
@@ -55,6 +56,7 @@
5556
maxlength="1500"
5657
(blur)="onSubmit()"
5758
formControlName="description"
59+
placeholder="Write a brief description of your activity"
5860
class="form-control"
5961
id="NotesTextarea"
6062
rows="2"></textarea>

0 commit comments

Comments
 (0)