-
Notifications
You must be signed in to change notification settings - Fork 129
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 and time picker not editable in chrome #233
Comments
same issue, since angular materialize is dependent of materialize lib |
I have the same issue |
+1 |
+1 |
+1 |
It seems the bug is in the pickadate plugin included in Materialize and/or Chrome It might fix the issue to simply include the latest version of pickadate on top of Materialize (https://amsul.ca/pickadate.js/), I have not tested this. But I don't think we should do anything here before the Materialize issue has been closed. There are some temp solutions in the issues linked above, you can use those for now. If someone finds a way to fix the issue in this code-base, then pull-requests are welcome. |
Also: I can't seem to replicate the issue on my machine, so it would be hard for me to fix it. |
The version of chrome affected is 73 i solved by changing and adding some
timeouts in materialize and materialize.clokpicker.js files
El mar., 2 abr. 2019 a las 8:47, webbiesdk (<[email protected]>)
escribió:
… Also: I can't seem to replicate the issue on my machine, so it would be
hard for me to fix it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#233 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACTugqBf28BlCZROjYemWj_V-Awy3dc2ks5vc19vgaJpZM4cQ_W9>
.
--
Andrés Felipe Herrera
Ingeniero de Sistemas y Computación.
Administrador de Infraestructura Tecnológica en SmartenIT
Docente de la Universidad del Quindío
|
I also have the same issue. |
I followed the suggestion on this stackoverflow's post and it worked for me: EDIT |
@amandadianni thanks! |
Thank You @amandadianni. The solution given on the link given by @amandadianni works for me after a small change. I changed the class "datepicker" to "picker__input". $(document).on('mousedown', '.picker__input', function(event){
event.preventDefault();
}) |
Thanks. If you use timepicker too, you have to use the following: |
In chrome if the input date contains any data and you click to edit, the date picker shown up but it closes automatically and you can't change the value, On your demo page you can test it: https://krescruz.github.io/angular-materialize/#input-date
The text was updated successfully, but these errors were encountered: