We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40396d8 commit d3d3255Copy full SHA for d3d3255
src/app/modules/time-clock/components/entry-fields/entry-fields.component.html
@@ -17,6 +17,7 @@
17
<input
18
(blur)="onSubmit()"
19
type="text"
20
+ placeholder="Enter Jira ticket URL"
21
id="uri"
22
formControlName="uri"
23
class="form-control"
@@ -55,6 +56,7 @@
55
56
maxlength="1500"
57
58
formControlName="description"
59
+ placeholder="Write a brief description of your activity"
60
61
id="NotesTextarea"
62
rows="2"></textarea>
0 commit comments