active_admin_datetimepicker icon indicating copy to clipboard operation
active_admin_datetimepicker copied to clipboard

input_html isn't work

Open dengzhichao opened this issue 7 years ago • 1 comments

this input_html not work f.input :expire_after, :as => :date_time_picker, :input_html => { :style => 'width: 100%', autocomplete: "off" }

dengzhichao avatar Aug 28 '18 09:08 dengzhichao

How did you set it up with the default behaviour? Greetings!

ronnierios avatar Sep 23 '18 06:09 ronnierios

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.

workgena avatar Dec 27 '23 16:12 workgena