Class: MultiValueSelectInput
- Inherits:
-
MultiValueInput
- Object
- MultiValueInput
- MultiValueSelectInput
- Defined in:
- app/inputs/multi_value_select_input.rb
Instance Method Summary collapse
-
#input_type ⇒ Object
Overriding so that the class is correct and the javascript for will work on this.
Instance Method Details
#input_type ⇒ Object
Overriding so that the class is correct and the javascript for will work on this. See github.com/samvera/hydra-editor/blob/4da9c0ea542f7fde512a306ec3cc90380691138b/app/assets/javascripts/hydra-editor/field_manager.es6#L61
5 6 7 |
# File 'app/inputs/multi_value_select_input.rb', line 5 def input_type 'multi_value' end |