-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
date picker not working with jquery 2.2 (maybe other js features too ?) #2808
Comments
I'm having the same issue. Here is a jsfiddle of the issue: https://jsfiddle.net/spencer4of6/wbf6tx2j/ Switching it to jQuery 2.1.4 worked fine. Also, it seems to work on IE for me with jQuery 2.2, but not Firefox or Chrome. |
+1 |
I'm pretty sure this is a jQuery issue, since it also affects completely unrelated libraries, f.i. KendoUI. I'm just trying to avoid jQuery 2.2 for now. |
Can confirm the problem with jquery version 2.2.1, reverting to 2.1.4 solves it. |
I've taken a brief look before but it gave no errors so I'm not sure what
|
Clicking on the date picker input field doesn't work with jQuery v2.2.1. However, if i choose the input field using |
Duplicate of #2688 |
I'm new to materialize and I'm not sure if it's documented anywhere.
I was using jquery 2.2 and couldn't make date picker work. Changed it to jQuery 1.12 and everything was fine.
The text was updated successfully, but these errors were encountered: