<%# locals: (q:) %>
<%= turbo_frame_tag "transactions_search_form" do %> <%= search_form_for @q, url: search_transactions_path, html: { method: :post, data: { turbo_frame: "transactions_list" } } do |form| %>
<%= render partial: "transactions/search_form/search_filter", locals: { form: form } %>
" class="hidden absolute flex z-10 h-80 w-[540px] top-12 right-0 border border-alpha-black-25 bg-white rounded-lg shadow-xs">
<% transaction_filters.each do |filter| %> <% end %>
<% transaction_filters.each do |filter| %>
<%= render partial: "transactions/search_form/#{filter[:partial]}", locals: { form: form } %>
<% end %>
<%= button_tag type: "reset", data: { action: "menu#close" }, class: "py-2 px-3 bg-gray-50 rounded-lg text-sm text-gray-900 font-medium" do %> Cancel <% end %> <%= button_tag type: "submit", class: "py-2 px-3 bg-gray-900 rounded-lg text-sm text-white font-medium" do %> Apply <% end %>
<% end %> <% end %>