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

Date Input not working after Chrome update #741

Open
jsamuel89 opened this issue Mar 28, 2019 · 3 comments
Open

Date Input not working after Chrome update #741

jsamuel89 opened this issue Mar 28, 2019 · 3 comments

Comments

@jsamuel89
Copy link

Date picker is not working after google chrome got updated to version 73.0.3683.86.

Only left button click in the mouse works.This issue can be seen from the demo site itself
https://mike-north.github.io/ember-cli-materialize/#/forms

@Gorzas
Copy link
Contributor

Gorzas commented Apr 2, 2019

What do you mean it doesn't work? I've been using it without a problem. What's exactly the problem? Can you do some screenshots or maybe record a video?

@kcahir
Copy link
Contributor

kcahir commented Apr 3, 2019

Same issue is being discussed in the materializecss repo and also pickadate repo

Dogfalo/materialize#6322

A potential temporary workaround is something like the following:

document.querySelectorAll('body').forEach(t => t.addEventListener('click', (e) => { if (e.target.classList.contains('input-field')) e.stopPropagation(); }));

@Gorzas
Copy link
Contributor

Gorzas commented Apr 4, 2019

What do you mean it doesn't work? I've been using it without a problem. What's exactly the problem? Can you do some screenshots or maybe record a video?

I've just found that I was testing it on Firefox and the problem is only in Chrome v73. Thanks @kcahir 😄.

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

No branches or pull requests

3 participants