Closed LyriD closed 8 years ago
I reproduced your case. But it works fine. Perhaps you use old version.
Try Gemfile:
gem 'active_admin_datetimepicker', '0.2.0'
yes, i have 020 version. sorry, but still not working 4 me. all logs are pretty fine. magic О_о
@LyriD , can you give sample application that reproduces bug
@LyriD , try version 0.3.0, if doesn't help please reopen it with more information
rails 423, activeadmin 1.0.0.pre1
my admin/entity.rb
initializers/active_admin.rb include:
and
config.register_javascript 'active_admin_datetimepicker.js'
active_admin.css.scss contain:
i have empty fields in filters block. datetimepicker don't show. (web inspector is clean, no errors any)
Very very big thanks for reply!!