class ActiveAdmin::Inputs::Filters::DatePickerInput

def input_html_options

def input_html_options
  super.merge(class: "datepicker")
end