Skip to content

Commit 278e81e

Browse files
authored
fix(frontend): explicitly set autocomple=true on comment fields (#712)
1 parent fe72f27 commit 278e81e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/app/components/report-row.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"This project's comments are visible to the customer"
5252
}}
5353
spellcheck="true"
54+
autocomplete="true"
5455
{{on "change" (pick "target.value" (fn (mut cs.comment)))}}
5556
data-test-report-comment
5657
/>

frontend/app/components/tracking-bar.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
placeholder="Comment"
3434
name="comment"
3535
spellcheck="true"
36+
autocomplete="true"
3637
value={{this.tracking.activity.comment}}
3738
title={{if
3839
this.tracking.activity.task.project.customerVisible

0 commit comments

Comments
 (0)