Class: Formtastic::Inputs::Select2MultipleInput

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

Instance Method Summary collapse

Instance Method Details

#extra_input_html_optionsObject



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

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