You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used your package in my project. I have a little problem. when I enable time picker, it will appear properly, but when I try to change its value, it doesn't change. it remains at 00:00. this is when I am using formControl to handle date value. when I use ngModel itself, I don't have any problem but there are some issues with the calendar itself. therefore, I assume that I have to use reactiveForm to handle the date value, but in that case, the time picker doesn't work as I explained above.
Am I doing something wrong or it's a bug?
Again thank you for this easy-to-use package, I am looking forward to hearing from you.
The text was updated successfully, but these errors were encountered:
Thank you for this rich date-picker package.
I have used your package in my project. I have a little problem. when I enable time picker, it will appear properly, but when I try to change its value, it doesn't change. it remains at 00:00. this is when I am using formControl to handle date value. when I use ngModel itself, I don't have any problem but there are some issues with the calendar itself. therefore, I assume that I have to use reactiveForm to handle the date value, but in that case, the time picker doesn't work as I explained above.
Am I doing something wrong or it's a bug?
Again thank you for this easy-to-use package, I am looking forward to hearing from you.
The text was updated successfully, but these errors were encountered: