Code: https://jsfiddle.net/taras_bulba/dz3rytmq/24 STR: 1. Type some text in "input #2" 2. select any date in datepicker Actual Result: Input still focused written text is lost (change event on input not fired) Expected Result: Input still focused (not sure) written text not lost (change event is fired) In addition, when I remove handler from "selected" event on datepicker bug is not reproduce, "change" event is fired on focused input.