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

Angular 14 doesn't support. #65

Open
bhooshan0x07 opened this issue Oct 21, 2022 · 2 comments
Open

Angular 14 doesn't support. #65

bhooshan0x07 opened this issue Oct 21, 2022 · 2 comments

Comments

@bhooshan0x07
Copy link

Hi I am trying to use this date and time picker in Angular 14 but it seems not [working,]

image

@exitlol
Copy link

exitlol commented Nov 21, 2022

I am joining for the request to fix this and support angular 14.

edit.:

bhooshan0x07 do you happen to have anything dateFormat related set in any of the providers array?

    // {
    //   provide: MAT_DATE_FORMATS,
    //   useValue: {
    //     parse: {
    //       dateInput: 'L',
    //     },
    //     display: {
    //       dateInput: 'L',
    //       monthYearLabel: 'MMM.YYYY',
    //       dateA11yLabel: 'L',
    //       monthYearA11yLabel: 'MMMM.YYYY',
    //     },
    //   },
    // },

This is what i've commented out, and it solved that overlaying issue for me. I still need to figure it out what caused it. But reverting to the defaults sometimes fixes the issue.

Note.: I have CustomDateAdapter for monday to be the 1st day of the week since this is our default in Hungary, and also localization of the days.

image

@aldairguarupe
Copy link

@matheo are there plans to support angular 15?

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