Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline date not showing in input #91

Open
parthdevloper opened this issue Aug 13, 2020 · 1 comment
Open

Inline date not showing in input #91

parthdevloper opened this issue Aug 13, 2020 · 1 comment

Comments

@parthdevloper
Copy link

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: flatpickr/flatpickr#938

@Jaserto
Copy link

Jaserto commented Sep 16, 2022

any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants