-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the DatetimePickerInput of formtastic 2.2.1 #1522
Comments
If you update ActiveAdmin: |
As said, The feature request is about a |
Ah, I see, the necessary JS and CSS is missing. |
Is there an update on this? Facing the same issue, needing a good fix, infact I want to be able to use the 'datepicker' on a form_tag !!! |
Hi james, do you know which css and js files are needed? thanks in advance |
Formtastic just builds the HTML5 markup for this, but just about all browsers today don't have acceptable support for this. Unless someone wants to suggest a JS alternative, this feature is going to have to wait. |
If you're looking to have more user-friendly inputs for |
Formtastic 2.2.1 generates the base to have a calendar style Date and Time picker.
Currently, activeadmin 0.4.4, uses formtastic 2.1.1, which only provides a Date picker.
Please CSS-gurus over at activeadmin, implement a DateTime picker as well! :)
http://rubydoc.info/gems/formtastic/Formtastic/Inputs/DatetimePickerInput
The text was updated successfully, but these errors were encountered: