active_admin_datetimepicker
active_admin_datetimepicker copied to clipboard
input_html isn't work
this input_html not work
f.input :expire_after, :as => :date_time_picker, :input_html => { :style => 'width: 100%', autocomplete: "off" }
How did you set it up with the default behaviour? Greetings!
Provided example works fine on latest v1.1.0 version.
"width: 100%" will look ugly and is not recommended for ActiveAdmin forms, unless you have custom styled form.
Please, make sure you follow steps in "Installation" section of README.