Sha256: 0d6fcf15fcf13eb8934dffa47003deef86e23698e2232341977401b82d6df211

Contents?: true

Size: 504 Bytes

Versions: 5

Compression:

Stored size: 504 Bytes

Contents

<div
  class="w-full relative overflow-visible"
  data-controller="<%= stimulus_id %>"
  data-<%= stimulus_id %>-customers-url-value="<%= solidus_admin.customers_for_order_path(@order) %>"
  data-action="
    <%= component('ui/forms/search').stimulus_id %>:search-><%= stimulus_id %>#search
    <%= component('ui/forms/search').stimulus_id %>:submit-><%= stimulus_id %>#submit
  "
>
  <%= render component("ui/forms/search").new(
    placeholder: t(".placeholder"),
    id: :order_customer
  ) %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_admin-0.3.2 app/components/solidus_admin/orders/show/customer_search/component.html.erb
solidus_admin-0.3.1 app/components/solidus_admin/orders/show/customer_search/component.html.erb
solidus_admin-0.3.0 app/components/solidus_admin/orders/show/customer_search/component.html.erb
solidus_admin-0.2.0 app/components/solidus_admin/orders/show/customer_search/component.html.erb
solidus_admin-0.1.0 app/components/solidus_admin/orders/show/customer_search/component.html.erb