app/components/katalyst/tables/query/input_component.html.erb in katalyst-tables-3.5.5 vs app/components/katalyst/tables/query/input_component.html.erb in katalyst-tables-3.6.0
- old
+ new
@@ -1,9 +1,14 @@
<%= tag.div(**html_attributes) do %>
<%= form.label name, "Search", hidden: "" %>
<%= form.text_area(
name,
- role: "searchbox",
+ role: "combobox",
+ aria: {
+ controls: "suggestion-dialog",
+ expanded: false,
+ haspopup: "dialog",
+ },
placeholder:,
autocomplete: "off",
rows: 1,
**input_attributes,
) %>