mezoistvan / ng2-flatpickr

Angular 2+ wrapper for flatpickr (https://github.com/chmln/flatpickr)
100 stars 53 forks source link

Inline date not showing in input #91

Open parthdevloper opened 4 years ago

parthdevloper commented 4 years ago

I am experiencing the same issue in Angular

component.html

<ng2-flatpickr [config]="inlineDateOptions" name="formControlName"></ng2-flatpickr>

component.ts

  inlineDateOptions: FlatpickrOptions = {
    inline: true,
    wrap: false
  };

ISSUE: unable to get a date in the input filed.

image

Can anyone help ??

same issue on official JS GitHub page: https://github.com/flatpickr/flatpickr/issues/938

Jaserto commented 1 year ago

any solution?