app/components/katalyst/tables/query/input_component.html.erb in katalyst-tables-3.3.2 vs app/components/katalyst/tables/query/input_component.html.erb in katalyst-tables-3.3.3

- old
+ new

@@ -1,9 +1,10 @@ <div class="query-input" data-controller="tables--query-input" data-turbo-permanent> <%= form.label name, "Search", hidden: "" %> <%= form.text_field( name, type: :search, + placeholder:, autocomplete: "off", **html_attributes, ) %> <div aria-hidden="true" class="highlight" data-tables--query-input-target="highlight"></div> <%= form.hidden_field(:p) %>