class Formtastic::Inputs::SelectizeInput
Public Instance Methods
input_html_options()
click to toggle source
Calls superclass method
# File lib/formtastic/inputs/selectize_input.rb, line 6 def input_html_options super.merge('data-selectize-input': '1') end