-
Notifications
You must be signed in to change notification settings - Fork 75
Date picker and Time picker issue in latest chrome browser #372
Comments
I've got the same issue, it was working fine in chrome 72.0.3626.121 but after update to 73.0.3683.86, it shows only when a mouse button is pressed. |
@deepakkumar28 My workaround Just add <mz-datepicker-container (click)="$event.stopPropagation()">
<input
mz-datepicker
label="Name"
[options]="dateOptions"
id="name"
type="text"
/>
</mz-datepicker-container> Edit: It's working only for datapicker 😞 |
@jakubszalaty it is not working. |
@jakubszalaty It's working so good. Thanks |
@deepakkumar28 It should be working for |
@jakubszalaty thanks. it is not working for timepicker |
Hi, how and where to change the default date picker language? I found from the documentation the code that interests me (https://github.com/amsul/pickadate.js/blob/3.6.2/lib/translations/it_IT.js) but I don't know where to apply it for my angular web application that use the mz-datepicker component |
it is not working for timepicker |
Same issue here. |
Facing same issue left click is not opening the date picker, while right click working fine. |
@ShreyasBhargavaNV look post @jakubszalaty |
same issue here. |
Same issue here for time picker and select! Thanks and great job for the library! I really like to use it!! |
Hi, The bug is already reported in materializecss repository (Dogfalo/materialize#6312), but they say that they are no longer maintaining version 0.100.2. So, the question is: when Thanks in advance! |
For anyone else still using this lib like me and needs a quick fix do:
This is just the master branch, built and reuploaded to github instead of npm. It only changes the materialize-css dependency to this - https://github.com/shaneharris/materialise-css-picker-fix which includes the fix for both date and time pickers |
Hi,
I am facing issue when we choose date and time in latest chrome browser. on click on time picker it is flickring. once we do right click then time picker is opening.
Regards,
Deepak Kumar
The text was updated successfully, but these errors were encountered: