As I develop my Angular application, I have implemented the Angular two-way binding feature for all input fields. It is crucial that this application is compatible with IE versions 9 and above. While testing on the latest IE versions such as 10 and Edge, the binding functionality works seamlessly. However, upon testing in IE 9, I noticed a discrepancy. The model is updated correctly when adding characters to an input field. However, when deleting or removing characters from the same input field, the model fails to update accordingly.
I am wondering if someone could shed light on why this behavior is occurring. Is it to be expected when working with IE 9?
Appreciate any insights into this matter.