When using Kendo date picker it doesn't seem to like it when I use a model says cannot find $key (apart of my model) when I initiate it in OnInit as per Kendo instructions. I can get datepicker to work in general, but I need it to be apart of a form and added to my database when user submits from, and that's the only piece I can't seem to get working properly.
Edit
After doing a bit more experimentation it seems ngModel is binding just fine. I added {{ todo.TaskDate }} underneath the field and as I inputed data my string interpolation updated as expected. It seems the issue is more related to my Firebase Api?
Thoughts as to why:
- Everything updates to my db asynchronously as expected except for the date and time fields.
- If I open the edit box to edit the date it then appears on my task card as I would expect. Also to note my edit box isn't yet connected properly to the Api.
I'll update the issue again once I do some more exploring on why my Api doesn't seem to like date inputs.