Module: ActionView

Defined in:
lib/generators/rolemodel/simple_form/templates/app/inputs/tailored_select_input.rb

Overview

TailoredSelectInput is a custom input type for SimpleForm that renders a tailored select web component

Options:

Any options available for SimpleForm's CollectionSelectInput (A.K.A a normal HTML select)

Usage: <%= f.input :my_field, as: :tailored_select %>

Defined Under Namespace

Modules: Helpers