Sha256: 3b3bd90d7cf42dd0aa5368a88ea218dfb775190459a43b0ede460e58ced07125

Contents?: true

Size: 805 Bytes

Versions: 34

Compression:

Stored size: 805 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, options: {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

34 entries across 34 versions & 1 rubygems

Version Path
bullet_train-themes-light-1.7.18 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.17 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.16 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.15 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.14 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.13 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.12 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.11 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.10 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.9 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.3 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.2 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.1 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.0 app/views/showcase/previews/field_partials/_options.html.erb