Method: Formtastic::Inputs::SelectInput#input_html_options

Defined in:
lib/formtastic/inputs/select_input.rb

#input_html_optionsObject



193
194
195
# File 'lib/formtastic/inputs/select_input.rb', line 193

def input_html_options
  extra_input_html_options.merge(super.reject {|k,v| k==:name && v.nil?} )
end