Skip to content

Commit

Permalink
Merge pull request #4181 from alphagov/search-box
Browse files Browse the repository at this point in the history
Disable corrections for homepage search field
  • Loading branch information
csutter authored Jul 30, 2024
2 parents 4d0bc94 + 6280d68 commit f05d80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GEM
govuk_personalisation (0.16.0)
plek (>= 1.9.0)
rails (>= 6, < 8)
govuk_publishing_components (40.0.0)
govuk_publishing_components (40.1.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down Expand Up @@ -237,8 +237,6 @@ GEM
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
mocha (2.4.4)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
Expand Down
1 change: 1 addition & 0 deletions app/views/homepage/_homepage_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
homepage: true,
on_govuk_blue: true,
margin_top: 5,
disable_corrections: true,
} %>
</form>
</div>
Expand Down

0 comments on commit f05d80a

Please sign in to comment.