Skip to content

Commit b107671

Browse files
author
Danny Akbarzadeh
committed
Add ARIA label for main component's form element
1 parent e064621 commit b107671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/sn_filterable/main_component.html.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"method": "get",
77
"data-turbo-frame": @frame_id,
88
"class": "relative",
9+
"aria-label": "Content filters",
910
"@submit": "filtersLoading = true" do %>
1011
<% @extra_params.each do |k, v| %>
1112
<%= content_tag :input, "", class: "hidden", type: "hidden", value: v, name: k %>

0 commit comments

Comments
 (0)