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.5.1 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.5.0 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.11 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.10 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.9 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.8 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.7 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.6 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.5 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.4 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.3 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.2 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.1 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.4.0 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.3.25 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.3.24 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.3.23 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.3.22 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.3.21 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.3.20 app/views/showcase/previews/field_partials/_options.html.erb