Class: Formtastic::Inputs::SelectizeInput

Inherits:
SelectInput
  • Object
show all
Includes:
Base
Defined in:
lib/formtastic/inputs/selectize_input.rb

Instance Method Summary collapse

Instance Method Details

#input_html_optionsObject



6
7
8
# File 'lib/formtastic/inputs/selectize_input.rb', line 6

def input_html_options
  super.merge('data-selectize-input': '1')
end