-
Notifications
You must be signed in to change notification settings - Fork 83
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
Error on creating date field #127
Comments
Me too. Allcountjs version
Package.json
|
And me. |
Me also on 1.0.4. Took a quick look and I noticed that changing that input.size() call to input.length got me past the error (to another of the same kind). Also noticed that https://api.jquery.com/size/ says size() is deprecated. Any chance the version of Bootstrap packaged with allcountjs is being matched with an incompatible jQuery version? |
Looks like this is actually Eonasdan/tempus-dominus#1657. The issue is that bootstrap-datepicker is not compatible with jQuery 3, but does not put an upper bound on its jQuery dependency. My bower-fu is not strong, but if there is a way allcountjs could apply an upper bound on a dependency's (bootstrap-datepicker) dependency (jQuery), then I suspect this issue goes away. That'd be a temporary workaround of course. |
Me too. I thinks allcountjs is not work... |
I tried to create date field and got such a stack trace:
Datepicker does not appear
The text was updated successfully, but these errors were encountered: