Sha256: 19cbc66ed32fc66508fd692c6aeaeabe40d7119cddc6842226127c7a8f1f6347

Contents?: true

Size: 534 Bytes

Versions: 2

Compression:

Stored size: 534 Bytes

Contents

<div>
  <%= pb_rails("form_group") do %>
    <%= pb_rails("text_input", props: { label: "Artist", placeholder: "Enter Artist Name" }) %>
    <%= pb_rails("select", props: {
      blank_selection: "Select Genre",
      options: [
        { value: "Country" },
        { value: "Pop" },
        { value: "Rock" },
        { value: "Hip-Hop/Rap" },
        { value: "Classical" },
        { value: "Gospel" },
        { value: "Alternative" },
        { value: "Indie" },
        { value: "Other" },
      ]
    }) %>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-7.6.2.pre.alpha1 app/pb_kits/playbook/pb_form_group/docs/_form_group_select.html.erb
playbook_ui-7.6.1.pre.alpha1 app/pb_kits/playbook/pb_form_group/docs/_form_group_select.html.erb