File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
shared/components/details-fields
time-clock/components/entry-fields Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 102102
103103 < div class ="form-group text-left ">
104104 < label for ="NotesTextarea "> Description</ label >
105- < textarea formControlName ="description " class ="form-control " id ="NotesTextarea " rows ="3 "> </ textarea >
105+ < textarea maxlength =" 1500 " formControlName ="description " class ="form-control " id ="NotesTextarea " rows ="3 "> </ textarea >
106106 </ div >
107107 < div class ="modal-footer ">
108108 < button type ="submit " class ="btn btn-primary " [disabled] ="!entryForm.valid "> Save</ button >
Original file line number Diff line number Diff line change 2626 < span class ="input-group-text span-width "> Description</ span >
2727 </ div >
2828 < textarea
29+ maxlength ="1500 "
2930 (blur) ="onSubmit() "
3031 formControlName ="description "
3132 class ="form-control "
You can’t perform that action at this time.
0 commit comments