We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ab922 commit 430d824Copy full SHA for 430d824
DigitalLearningSolutions.Web/Views/Frameworks/Shared/_CommentCard.cshtml
@@ -71,13 +71,13 @@
71
else
72
{
73
<hr />
74
- <form method="post" autocomplete="off">
+ <form method="post" >
75
<div class="nhsuk-form-group">
76
<label class="nhsuk-label" for="new-comment">
77
Post a reply
78
</label>
79
<input type="hidden" value="@Model.Comments" name="parentComment" />
80
- <textarea class="nhsuk-textarea" id="new-comment" name="Comment" rows="3"></textarea>
+ <textarea class="nhsuk-textarea" id="new-comment" name="Comment" autocomplete="off" rows="3"></textarea>
81
</div>
82
<button class="nhsuk-button" type="submit">
83
Post
0 commit comments