module Lato::ComponentsHelper

def lato_form_item_input_select(form, key, select_options = [], options = {})

def lato_form_item_input_select(form, key, select_options = [], options = {})
  _lato_form_input_options(form, key, options, :change, 'form-control')
  form.select key, select_options, {}, options
end