File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
src/app/modules/shared/components/details-fields Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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 "
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 >
You can’t perform that action at this time.
0 commit comments