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.
select/ngOptions fails to update model after keyboard selection #9134
Closed
Description
See here:
http://plnkr.co/edit/9VymegmYt3tZPTH65Gj8?p=preview
Follow these steps:
- Enter the first input
- Tab to select
- Press
a
- Press down
See that foo
is now incorrect. If you use the mouse to select another and then reselect the same one, it then updates correctly.
Seems a rather odd, specific issue so im not entirely sure where in the chain this is occurring.