We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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: flatpickr/flatpickr#938
The text was updated successfully, but these errors were encountered:
any solution?
Sorry, something went wrong.
No branches or pull requests
component.html
<ng2-flatpickr [config]="inlineDateOptions" name="formControlName"></ng2-flatpickr>
component.ts
ISSUE: unable to get a date in the input filed.
Can anyone help ??
same issue on official JS GitHub page: flatpickr/flatpickr#938
The text was updated successfully, but these errors were encountered: