Class: MultiValueWithHelpInput

Inherits:
MultiValueInput
  • Object
show all
Includes:
WithHelpIcon
Defined in:
app/inputs/multi_value_with_help_input.rb

Direct Known Subclasses

SelectWithModalHelpInput

Instance Method Summary collapse

Methods included from WithHelpIcon

#label

Instance Method Details

#input_typeObject

Overriding this so that the class is correct and the javascript for multivalue will work on this.



5
6
7
# File 'app/inputs/multi_value_with_help_input.rb', line 5

def input_type
  'multi_value'.freeze
end