ng2-flatpickr
ng2-flatpickr copied to clipboard
Inline date not showing in input
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.
Can anyone help ??
same issue on official JS GitHub page: https://github.com/flatpickr/flatpickr/issues/938
any solution?