Skip to content

Commit

Permalink
Merge pull request #1342 from alphagov/textarea-id
Browse files Browse the repository at this point in the history
Update calls to textarea with the id option
  • Loading branch information
andysellick authored Jan 22, 2025
2 parents fd045a4 + 032301d commit f2d037e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ GEM
govuk_personalisation (1.1.0)
plek (>= 1.9.0)
rails (>= 6, < 9)
govuk_publishing_components (49.1.0)
govuk_publishing_components (50.0.0)
govuk_app_config
govuk_personalisation (>= 0.7.0)
kramdown
Expand Down
2 changes: 1 addition & 1 deletion app/views/recommended_links/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
label: {
text: t_model_attr(:description)
},
id: "recommended_link_description",
textarea_id: "recommended_link_description",
name: "recommended_link[description]",
value: recommended_link.description,
error_items: error_items(recommended_link, :description)
Expand Down

0 comments on commit f2d037e

Please sign in to comment.