Giter Site home page Giter Site logo

Comments (15)

jakubszalaty avatar jakubszalaty commented on June 13, 2024 17

@deepakkumar28 My workaround

Just add (click)="$event.stopPropagation()" to mz-datepicker-container

<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 😞

from ngx-materialize.

greatsayan avatar greatsayan commented on June 13, 2024 4

Same issue here for time picker and select!
I need to click twice to open a select.
Put (click)="$event.stopPropagation()" on mz-select-container seems working for the select but not the time picker
Is it possible to have a fix for that?

Thanks and great job for the library! I really like to use it!!

from ngx-materialize.

Romulomathiasferreira avatar Romulomathiasferreira commented on June 13, 2024 3

it is not working for timepicker

from ngx-materialize.

cristiammercado avatar cristiammercado commented on June 13, 2024 2

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 ngx-materialize are going to use 1.0.0 as the base version? Because in 1.0.0 version the select, datepicker and timepicker works as expected!

Thanks in advance!

from ngx-materialize.

jakubszalaty avatar jakubszalaty commented on June 13, 2024 1

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.

from ngx-materialize.

jakubszalaty avatar jakubszalaty commented on June 13, 2024 1

@deepakkumar28 It should be working for [email protected]

from ngx-materialize.

deepakkumar28 avatar deepakkumar28 commented on June 13, 2024

@jakubszalaty it is not working.

from ngx-materialize.

zednguyen avatar zednguyen commented on June 13, 2024

@jakubszalaty It's working so good. Thanks

from ngx-materialize.

damascenol avatar damascenol commented on June 13, 2024

@jakubszalaty thanks. it is not working for timepicker

from ngx-materialize.

cianciagiovanni avatar cianciagiovanni commented on June 13, 2024

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
Thank you

from ngx-materialize.

wellingtonconsilv avatar wellingtonconsilv commented on June 13, 2024

Same issue here.

from ngx-materialize.

ShreyasBhargavaNV avatar ShreyasBhargavaNV commented on June 13, 2024

Facing same issue left click is not opening the date picker, while right click working fine.

from ngx-materialize.

Romulomathiasferreira avatar Romulomathiasferreira commented on June 13, 2024

@ShreyasBhargavaNV look post @jakubszalaty

from ngx-materialize.

leandrorazevedo avatar leandrorazevedo commented on June 13, 2024

same issue here.

from ngx-materialize.

sidequestlegend avatar sidequestlegend commented on June 13, 2024

For anyone else still using this lib like me and needs a quick fix do:

yarn add https://github.com/shaneharris/ngx-materialize/

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

from ngx-materialize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.