instructure / ic-autocomplete

accessible ember autocomplete component
MIT License
57 stars 22 forks source link

Value binding reverts to first item in the list on focus out #19

Closed ddonahue99 closed 10 years ago

ddonahue99 commented 10 years ago

In this example:

asdf course 1 = ID 8 asdf course 2 = ID 9 asdf course 3 = ID 10

There is an observer on the value bound to the selection that logs it to the screen.

autocomplete

First, clicked on asdf course 2, then clicked on course 3, then moved the focus to a different element, and the value for course 1 was selected.