Sha256: b6ec85d8a9fbd190e361111d792e319eb657f2415cce2ea42bf15e667e22426a

Contents?: true

Size: 504 Bytes

Versions: 113

Compression:

Stored size: 504 Bytes

Contents

<%= render "showcase/previews/field_partials/about_field_partials", showcase: showcase do |form| %>
  <% showcase.sample "Single Select" do %>
    <%= render 'shared/fields/super_select', form: form, method: :super_select_value, other_options: {search: true} %>
  <% end %>

  <% showcase.sample "Multiple Select" do %>
    <%= render 'shared/fields/super_select', form: form,  method: :multiple_super_select_values, other_options: {search: true}, html_options: {multiple: true} %>
  <% end %>
<% end %>

Version data entries

113 entries across 113 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.3.13 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.12 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.11 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.10 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.9 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.8 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.7 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.6 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.5 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.4 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.3 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.2 app/views/showcase/previews/field_partials/_super_select.html.erb
bullet_train-themes-light-1.3.1 app/views/showcase/previews/field_partials/_super_select.html.erb