-
Notifications
You must be signed in to change notification settings - Fork 15
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
Datetimepicker not working #83
Comments
Version 2.2.1 is OK, see the docs on production (1 version behind repository): http://docs.bootstrap-ui.com/section-4.html |
.size() is removed in jQuery v3, should use .length instead. BUI uses jQuery v3 since updated to twbs/bootstrap v3.3.7. Also Eonasdan/bootstrap-datetimepicker had latest release almost one year ago, so I don't expect them to fix this bug (there are also over 270 open issues). Suggested solutions are:
|
I think we should downgrade for now and start looking for a new datetimepicker. I do not believe that VisionApps has the resources to maintain a datetimepicker component. Im assigning the issue to @adamkudrna as he has the most insight about what it entails to downgrde the bootstrap dependency. |
And what about force usage of jQuery v2? Because Bootstrap v3.3.7 just added support of jQuery v3, not forcing to use it. As far as I know (and using Bootstrap UI in latest version), I just forced in my bower.json usage of jQuery v2 and everything is working well. |
Let's start looking for a new date/time picker: #85 |
In the docs, Datetimepicker component does not work and outputs the following in console:
Error appears both on Forms and JavaScripts pages.
Environment: latest Chrome/OS X, latest Bower components.
The text was updated successfully, but these errors were encountered: