Open
Description
Version
2.6.11
Reproduction link
https://jsfiddle.net/fxdez9qh/
Steps to reproduce
Type some text in the input field.
What is expected?
The input handler is executed and the value in the input is updated.
What is actually happening?
The input handler is executed but the first update to the model is not applied. This means the first character typed will not show up.
I found this issue: #6552 It's a few years old and it was fixed but it seems to be the same problem.