Class: Formtastic::Inputs::Select2Input

Inherits:
SelectInput
  • Object
show all
Defined in:
lib/formtastic/inputs/select2_input.rb

Instance Method Summary collapse

Instance Method Details

#extra_input_html_optionsObject



5
6
7
8
9
# File 'lib/formtastic/inputs/select2_input.rb', line 5

def extra_input_html_options
  {
    :class => 'select2-input'
  }
end