Hello,
I'm using your dateTimePicker and datePicker components in my project. I would like to ask you if there is some way to update the input value of these components right after every keypress (when the user enters the date manually), or at least once after the input is provided without the need to focus out of the input.
Now it seems to me that it is updated only once the user finishes his keyboard input and focuses out of input, the "change" emitter function is fired only once.
Selecting values from dropdown works fine, but I need to trigger change detection after every manual change in input. Is there some way to this?
Thanks for your reply in advance. :)