Using the datepicker I found the following problem.
Suppose I use a format dd/MM/yyyy : when I intorduce the day the onchange event fires, when I introduce the month the same as well as when I introduce the year.
So it fires 3 times and this create many problems in my code.
Is there any way to change this behaviour and have the onchange firing only when focus is lost ?
Can you give me a demo that is showing the bug, because I could not reproduce it.
Here is a demo of using the format-string property and the change event.
The event is not being triggered on every digit https://codepen.io/svetoslavb04/pen/oNdWPPG?editors=1011