mattlewis92 / angular-calendar

A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
https://mattlewis-github.com/angular-calendar/
MIT License
2.71k stars 863 forks source link

Issue with the flatpickr integrating with the date field #1662

Closed grmvishnu closed 1 year ago

grmvishnu commented 1 year ago

I am getting an issue with flatpickr where it is not being used as a pop-up when I click the start date and end date, same as in the kitchen sink demo. The code for that html is:

<input class="form-control" type="text" mwlFlatpickr [(ngModel)]="event.start" (ngModelChange)="refresh.next()" [altInput]="true" [convertModelValue]="true" [enableTime]="true" dateFormat="Y-m-dTH:i" altFormat="F j, Y H:i" placeholder="Not set" />

Can someone please help me with this, to format the flatpickr correctly?

Screenshot 2023-04-24 at 1 39 17 PM
matts-bot[bot] commented 1 year ago

This issue has been closed automatically as it did not follow the issue template, please open a new issue that follows the bug report or feature request template.

Thank you! ✌️