ng-matero / extensions

Angular Material Extensions Library.
https://ng-matero.github.io/extensions/
MIT License
445 stars 60 forks source link

[Datetimepicker] When enabling ZonelessChangeDetection Datetimepicker doesn't select HOUR #327

Closed francobasilico closed 3 months ago

francobasilico commented 3 months ago

"@ng-matero/extensions": "18.1.1",

Current behaviour: provide provideExperimentalZonelessChangeDetection(),

export const appConfig: ApplicationConfig = {
  providers: [
    provideExperimentalZonelessChangeDetection(),
    provideRouter(
      routes,
      withComponentInputBinding(),
    ),

https://github.com/user-attachments/assets/ae67d80f-726e-4cd5-a0a4-b3e06d619366

Expected behaviour:

https://github.com/user-attachments/assets/c4df5849-0241-44ee-9c77-f52f7a8cc7c0

nzbin commented 3 months ago

@JelleBruisten Can you help me to fix this issue?

nzbin commented 3 months ago

18.1.2 has fixed, please have a try.

JelleBruisten commented 3 months ago

@nzbin bit busy this month, but I see you did some changes yourself. 👍

francobasilico commented 3 months ago

All working now. Tested with 18.1.2