This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Doesn't fire "input" event on IE10 with Japanese IME is enabled #6058
Closed
Description
On IE10, "input" event doesn't fire while typing by Japanese, so model isn't bound application can't get the value. (I use ng-model on input text element.)
https://github.com/angular/angular.js/blob/v1.2.10/src/ng/directive/input.js#L447