Sha256: a7e4de5f9c623503ba2c8fde138cf632bb76506bc96a53a56f135defa1af4bb8

Contents?: true

Size: 344 Bytes

Versions: 23

Compression:

Stored size: 344 Bytes

Contents

<%= form_with url: root_url do |form| %>
  <%= polaris_choice_list(
    form: form,
    attribute: 'company_name',
    title: "Company name",
    selected: 'octolabs',
    choices: [
      {label: "Luther Corp", value: 'luther_corp'},
      {label: "OctoLabs", value: 'octolabs'},
      {label: "Vought", value: 'vought'}
    ]
  )%>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
polaris_view_helpers-1.2.11 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.10 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.9 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.8 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.7 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.6 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.5 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.4 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.3 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.2 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.1 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.2.0 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.1.6 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.1.5 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.0.5 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.0.4 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.0.3 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.0.2 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.0.1 test/dummy/app/views/home/_choice_list.html.erb
polaris_view_helpers-1.0.0 test/dummy/app/views/home/_choice_list.html.erb