Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Enable browser spell check in all fields (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: acarbutt <[email protected]>
  • Loading branch information
StewartBarker and acarbutt authored Mar 9, 2022
1 parent 0af00e6 commit 8acd1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Frontend/Pages/Projects/Benefits/IntendedBenefits.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

<span asp-gds-validation-for="IntendedBenefitsViewModel.OtherBenefit"></span>

<input class="govuk-input govuk-!-width-two-thirds" asp-for="IntendedBenefitsViewModel.OtherBenefit" spellcheck="false">
<input class="govuk-input govuk-!-width-two-thirds" asp-for="IntendedBenefitsViewModel.OtherBenefit">
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion Frontend/Pages/Projects/Benefits/OtherFactors.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
Specify this concern further
</label>
<span asp-gds-validation-for="OtherFactorsViewModel.OtherFactorsVm[i].Description"></span>
<input asp-for="@Model.OtherFactorsViewModel.OtherFactorsVm[i].Description" class="govuk-input govuk-!-width-two-thirds" type="text" spellcheck="false" value="@Model.OtherFactorsViewModel.OtherFactorsVm[i].Description">
<input asp-for="@Model.OtherFactorsViewModel.OtherFactorsVm[i].Description" class="govuk-input govuk-!-width-two-thirds" type="text" value="@Model.OtherFactorsViewModel.OtherFactorsVm[i].Description">
</div>
</div>

Expand Down

0 comments on commit 8acd1f3

Please sign in to comment.