Class: Formtastic::Inputs::Select2MultipleInput
- Inherits:
-
SelectInput
- Object
- SelectInput
- Formtastic::Inputs::Select2MultipleInput
- Defined in:
- lib/formtastic/inputs/select2_multiple_input.rb
Instance Method Summary collapse
Instance Method Details
#extra_input_html_options ⇒ Object
5 6 7 8 9 |
# File 'lib/formtastic/inputs/select2_multiple_input.rb', line 5 def { :class => 'select2-input', :multiple => true } end |