mattlewis92 / angular-calendar

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

flatpickr not integrating with the date field in start date and end date #1663

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? @mattlewis92

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! ✌️