Giter VIP home page Giter VIP logo

Comments (13)

pablomgs3 avatar pablomgs3 commented on June 17, 2024 5

Update chrome to the lastest version (Version 110.0.5481.97 (Official Build))
It is working now :)

from ngx-material-timepicker.

wratte avatar wratte commented on June 17, 2024 4

I found the problem causing this issue and I have been able to fix it. The default numbering system "latn" used to parse the time in locale string returns a Narrow No-Break Space (NNBSP) instead of standard space which cause the parse to fail. It doesn't happen for the 24h format because it uses another parsing system which is based on ISO time. If you need a quick fix you can add the following line of code at line 34 in the time-adapter.ts ".replace(/\u202F/g, ' ');" I don't know if this package is still maintained anymore but I could try to fork it and create a new version with the patch. Let me know if you're interested.

from ngx-material-timepicker.

wratte avatar wratte commented on June 17, 2024 2

@ashishpCACTUS @CodeWorldIndustries - I forked, pull requested and the changes has been accepted by a contributor. Unfortunatly the unit tests are not working anymore probably due to the fact that this was not maitained for a long period of time. It will take make time to rewrite those tests. I'll see what I can do but I'm not to familiar with the luxon library dependency tests.

from ngx-material-timepicker.

Giandrys avatar Giandrys commented on June 17, 2024

I have the same problem...

from ngx-material-timepicker.

pablomgs3 avatar pablomgs3 commented on June 17, 2024

I've spent the whole day trying to fix this myself but the problem is only happening on chrome. The issue seems to be related with chrome's locale format and how luxon parses the locale.

As a workaround, you can switch to the 24hr format in your input [format]="24"

Hope this helps until @Agranom can find a fix for this.

from ngx-material-timepicker.

HelloooJoe avatar HelloooJoe commented on June 17, 2024

There hasn't been a release in over 3 years. Is no one maintaining this package anymore?

from ngx-material-timepicker.

HelloooJoe avatar HelloooJoe commented on June 17, 2024

If anyone is looking for an alternative, check out igx-time-picker. I think its better. Especially for mobile devices.
Stackblitz: https://stackblitz.com/edit/angular-kwdfqp

from ngx-material-timepicker.

moon-web75 avatar moon-web75 commented on June 17, 2024

There hasn't been a release in over 3 years. Is no one maintaining this package anymore?
@CodeWorldIndustries I think no one is managing its package in the last 3 years 😔.

from ngx-material-timepicker.

HelloooJoe avatar HelloooJoe commented on June 17, 2024

There hasn't been a release in over 3 years. Is no one maintaining this package anymore?
@CodeWorldIndustries I think no one is managing its package in the last 3 years 😔.

sad day. Unfortunately, this package is no longer useable unless someone forks and fixes it. I would pitch in but I don't even know where to beginm

from ngx-material-timepicker.

ashishpCACTUS avatar ashishpCACTUS commented on June 17, 2024

@wratte - Checking if you would be able to generate a patch. We are trying but not able to successfully run the solution as it is a older version of Angular and other dependencies

from ngx-material-timepicker.

HelloooJoe avatar HelloooJoe commented on June 17, 2024

@wratte that would be great! Could you fork it and create a new version with the patch?

from ngx-material-timepicker.

anandhv02 avatar anandhv02 commented on June 17, 2024

@pablomgs3. You said, change the format from 12hr to 24hr. But it will show the time pop out like 24 format UI. But I am expecting the UI should be visible like 12hr format. How do I change that ?

from ngx-material-timepicker.

clarnjan avatar clarnjan commented on June 17, 2024

@pablomgs3. You said, change the format from 12hr to 24hr. But it will show the time pop out like 24 format UI. But I am expecting the UI should be visible like 12hr format. How do I change that ?
I managed to use 12hr format by downgrading the package to version 4.0.2

from ngx-material-timepicker.

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.