Class: UserPickerInput

Inherits:
SimpleForm::Inputs::CollectionSelectInput
  • Object
show all
Defined in:
app/inputs/user_picker_input.rb

Instance Method Summary collapse

Instance Method Details

#input_html_optionsObject



8
9
10
11
12
# File 'app/inputs/user_picker_input.rb', line 8

def input_html_options
  options = super
  options[:class] << :searchable_select
  options
end

#input_typeObject



4
5
6
# File 'app/inputs/user_picker_input.rb', line 4

def input_type
  :user_picker
end