Skip to content

Commit 40396d8

Browse files
feat: TT-580 Missing placeholders
1 parent 01c7559 commit 40396d8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/app/modules/shared/components/details-fields/details-fields.component.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
formControlName="uri"
6565
id="uri"
6666
type="text"
67+
placeholder="Enter Jira ticket URL"
6768
class="form-control"
6869
aria-label="Small"
6970
aria-describedby="inputGroup-sizing-sm"
@@ -138,8 +139,14 @@
138139

139140
<div class="form-group text-left">
140141
<label for="NotesTextarea">Description:</label>
141-
<textarea maxlength="1500" formControlName="description" class="form-control" id="NotesTextarea" rows="3">
142-
</textarea>
142+
<textarea
143+
maxlength="1500"
144+
formControlName="description"
145+
placeholder="Write a brief description of your activity"
146+
class="form-control"
147+
id="NotesTextarea"
148+
rows="3"
149+
></textarea>
143150
</div>
144151
</fieldset>
145152
</div>

0 commit comments

Comments
 (0)