Sha256: 8f1ad4fcc815bcce672a1b999253f0a6571263147d2576bf51719c9a944cd3b7

Contents?: true

Size: 794 Bytes

Versions: 79

Compression:

Stored size: 794 Bytes

Contents

<%= render "showcase/previews/field_partials/about_field_partials", showcase: showcase do |form| %>
  <% showcase.sample "Single Option" do %>
    <%= render 'shared/fields/options', form: form, method: :option_value %>
  <% end %>

  <% showcase.sample "Multiple Option" do %>
    <%= render 'shared/fields/options', form: form, method: :multiple_option_values, multiple: true, show_select_all_top: true %>
  <% end %>
<% end %>

<% showcase.options.optional :multiple, "Whether to select single or multiple values", default: false %>
<% showcase.options.optional :show_select_all_top, "Whether to put the select all toggle before the options", default: false %>
<% showcase.options.optional :show_select_all_bottom, "Whether to put the select all toggle after the options", default: false %>

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.6.38 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.37 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.36 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.35 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.34 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.33 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.32 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.31 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.30 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.29 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.28 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.27 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.26 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.25 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.24 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.23 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.22 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.21 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.20 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.6.19 app/views/showcase/previews/field_partials/_options.html.erb