Alexander Novikov
Alexander Novikov
Can you try ``` ```? It probably should be only one overlay per strategy instance
One more quirk (IMO, the simplest): ``` TS import { NgModule, Injectable } from '@angular/core'; import { DateTimeAdapter } from 'ng-pick-datetime'; import { NativeDateTimeAdapter } from 'ng-pick-datetime/date-time/adapter/native-date-time-adapter.class'; @Injectable() export class...
@rovercoder Oh, I forgot to mention: 1. I need to support only one locale in a project where I use this date-time-picker (and this will not change in at least...
> Unfortunately, I'm unable to reproduce this, nor can I tell why this is happening. > > Can you or someone else in the community that can reproduce this, help...