Class: SimpleForm::Inputs::Select2Input
- Inherits:
-
CollectionSelectInput
- Object
- CollectionSelectInput
- SimpleForm::Inputs::Select2Input
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/simple_form/inputs/select2_input.rb
Instance Method Summary collapse
Instance Method Details
#input_html_options ⇒ Object
4 5 6 7 8 |
# File 'lib/simple_form/inputs/select2_input.rb', line 4 def = super [:class] = [[:class], 'auto-static-select2'].compact end |