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.14.0 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.13.0 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.12.3 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.12.2 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.12.1 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.12.0 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.11.0 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.10.0 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.9.0 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.8.5 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.8.4 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.8.3 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.8.2 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.8.1 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.8.0 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.23 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.22 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.21 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.20 app/views/showcase/previews/field_partials/_options.html.erb
bullet_train-themes-light-1.7.19 app/views/showcase/previews/field_partials/_options.html.erb