Skip to content
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

Find new date/time picker #85

Open
adamkudrna opened this issue Aug 8, 2016 · 3 comments
Open

Find new date/time picker #85

adamkudrna opened this issue Aug 8, 2016 · 3 comments

Comments

@adamkudrna
Copy link
Member

adamkudrna commented Aug 8, 2016

Reasons:

  1. Eonasdan/bootstrap-datetimepicker seems to be no longer maintained
  2. The datetimepicker is not compatible with jQuery 3 while the rest of Bootstrap UI is

Requirements:

  • date selection
  • time selection
  • localisation
  • responsive
  • accessible (keyboard etc.)
  • Bootstrap 3/4 compatible
  • quality code
  • actively maintained
@adamkudrna
Copy link
Member Author

adamkudrna commented Feb 9, 2017

How about using an input date polyfill?

@mbohal
Copy link
Member

mbohal commented Feb 14, 2017

Im afraid input is not flexible enough. Aside from the requirements mentioned above, we need:

  • min/max datetime
  • ability to specify list of inactive dates to prevent user from selecting them
  • ability to specify active dates that limit what the user can select

Also the loader allows to pass custom options to the datepicker. If we change the datepicker it will be a breaking change.

@vdhicts
Copy link

vdhicts commented Jan 24, 2018

You could consider tempusdominus/bootstrap-4 as this is the new version of the eonasdan/bootstrap-datetimepicker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants