This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngModel is not updated when selection in <select /> is done with keyboard up/down arrows #7600
Labels
Milestone
jsFiddle: http://jsfiddle.net/Crimscent/wj3rC/
AngularJS version 1.2.16
Affected browsers: Chrome 35.0.1916.114, FF 29.0.1 (didn't test on earlier versions).
Not affected browsers: IE 9, IE 10, IE 11.
Steps in Chrome:
After this 3 steps $scope.selectedItem starts updating as it should
Steps in FF:
It doesn't work at all, $scope.selectedItem is updated only when items are selected with mouse.
In IE 9-11 $scope.selectedItem is always updated as it should.
The text was updated successfully, but these errors were encountered: