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 102
102
103
103
< div class ="form-group text-left ">
104
104
< 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 >
106
106
</ div >
107
107
< div class ="modal-footer ">
108
108
< button type ="submit " class ="btn btn-primary " [disabled] ="!entryForm.valid "> Save</ button >
Original file line number Diff line number Diff line change 26
26
< span class ="input-group-text span-width "> Description</ span >
27
27
</ div >
28
28
< textarea
29
+ maxlength ="1500 "
29
30
(blur) ="onSubmit() "
30
31
formControlName ="description "
31
32
class ="form-control "
You can’t perform that action at this time.
0 commit comments