Using this datepicker: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
When the user has selected a date in the popup, how can I detect that?
The change-event fires, but that also fires when the user is typing in the field.
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Using this datepicker: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
When the user has selected a date in the popup, how can I detect that?
The change-event fires, but that also fires when the user is typing in the field.