active_admin_datetimepicker
active_admin_datetimepicker copied to clipboard
:calendar: active_admin_datetimepicker gem
Hi i configured AA to work with webpacker but i'm seeing this at runtime. ``` 2020-10-08T02:20:16.469618+00:00 app[web.1]: [bb1d92c0-719b-403e-9e75-5b55800db3ee] ActionView::Template::Error (Webpacker can't find jquery.xdan.datetimepicker.css in /app/public/packs/manifest.json. Possible causes: 2020-10-08T02:20:16.469618+00:00 app[web.1]: 1....
### Background Currently "active_admin_datetimepicker" has strong dependency on [shekibobo/xdan-datetimepicker-rails](https://github.com/shekibobo/xdan-datetimepicker-rails) It provides Rails-wrapper for [xdan/datetimepicker](https://github.com/xdan/datetimepicker) JS-library. **xdan-datetimepicker-rails** is abandoned and is not updates **since 2016**. The last update for [xdan/datetimepicker](https://github.com/xdan/datetimepicker) JS-lib...
Tested 148 dependencies for known issues, found 1 issue, 1 vulnerable path. See https://snyk.io/vuln/SNYK-RUBY-ACTIONCABLE-20338 ``` Issues with no direct upgrade or patch: ✗ Information Exposure [Medium Severity][https://snyk.io/vuln/SNYK-RUBY-ACTIONCABLE-20338] in [email protected] introduced...
this input_html not work `f.input :expire_after, :as => :date_time_picker, :input_html => { :style => 'width: 100%', autocomplete: "off" }`
Is it possible to internationalize dates with I18n ?
When using the datepicker with activeadmin filter, the datepicker when clicking on the input field seems to be very buggy, sometimes showing the datepicker other times not triggering at all....