engine/app/views/locomotive/custom_fields/types/_select.html.haml

1 line
171 B
Plaintext
Raw Normal View History

= f.input :"#{name}_id", :as => 'select', :collection => field.ordered_select_options.map { |option| [option.name, option.id] }, :label => field.label, :hint => field.hint