Closed
Description
I have a simple date picker which, on android, works as it should using ngModel. When the user selects a new day, month, or year, the value of date changes to the selected date. However on IOS the variable date remains undefined no matter what I do.
This is a link to a (public) repo with the issue shown - https://github.com/SamuelGRwebfab/datePickerIOS.git
I ran this project using an emulator as to not have to worry about signing. However this issues does persist on devices.
I have done quite a bit of research and have been unable to find a reason behind this. Which leads me to believe it is a bug and not an issue on my end.
If you need any more info about this issue please let me know!