"
data-action="click@window->merchant-select#handleOutsideClick keydown->merchant-select#handleKeydown">
>
<% unless disabled %>
<%= render DS::SearchInput.new(
variant: :embedded,
class: "flex-1 min-w-0",
placeholder: helpers.t("transactions.form.merchant_search_placeholder"),
data: {
merchant_select_target: "search",
action: "input->merchant-select#filter keydown->merchant-select#handleSearchKeydown"
}
) %>
<% end %>