Class: CollectionSelectInput
- Inherits:
-
SimpleForm::Inputs::CollectionSelectInput
- Object
- SimpleForm::Inputs::CollectionSelectInput
- CollectionSelectInput
- Defined in:
- app/inputs/collection_select_input.rb
Overview
SimpleForm input wrapper: collection select.
Instance Method Summary collapse
Instance Method Details
#input_html_classes ⇒ Object
4 5 6 |
# File 'app/inputs/collection_select_input.rb', line 4 def input_html_classes (super || []).push('form-select').uniq end |