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