ng2-flatpickr icon indicating copy to clipboard operation
ng2-flatpickr copied to clipboard

The element ng2-flatpickr doesn't work inside ion-item element

Open AbubakarSaad opened this issue 5 years ago • 0 comments

I have form and inside there I use an ion-item element to structure the form. Basically something like this:

<form [formGroup]="labels" (ngSubmit)="logForm()">
        <ion-item>
            <ion-label>Time Date:</ion-label>
            <ng2-flatpickr formControlName="time_date"></ng2-flatpickr>
        </ion-item>
</form>

But the ng2-flatpickr doesn't get render when its inside the ion-item tag. It only renders when its outside. I was wondering why is that the case?

Any help would be greatly appreciated. Thanks :)

AbubakarSaad avatar Jan 31 '19 18:01 AbubakarSaad