installed type-ahead component from bower.
and try to use
{{type-ahead data=companies name="name" selection=selectedCompany}}
component in action. it causes errors inside ember.js (_changeSingle and afterFunc functions)
"Uncaught TypeError: Cannot read property 'selectedIndex' of undefined "
Uncaught TypeError: Cannot read property 'nextSibling' of null
is it for versions?
Here is my own typeahead ember component:
Component
Components Template
In Action:
No styling included