Class: DateRangeInput

Inherits:
ActiveAdmin::Inputs::Filters::DateRangeInput
  • Object
show all
Defined in:
app/inputs/date_range_input.rb

Instance Method Summary collapse

Instance Method Details

#input_html_options(input_name = gt_input_name, placeholder = gt_input_placeholder) ⇒ Object



3
4
5
# File 'app/inputs/date_range_input.rb', line 3

def input_html_options
  super.except(:maxlength, :size).merge(autocomplete: 'off')
end