TODO - need to push some minimal reproduction code, but thought I'd throw this out there overnight.
I have a navbar with a token-less autocomplete input in it. The autocomplete picks a company from a list of companies, with the callback calling Router.go() to a page about that company. Demo at http://stockbase.co:3000/
After the first Router.go(), onKeyUp returns every time because @$element is undefined. Do I need to re-render the control somehow?
TODO - need to push some minimal reproduction code, but thought I'd throw this out there overnight.
I have a navbar with a token-less autocomplete input in it. The autocomplete picks a company from a list of companies, with the callback calling
Router.go()
to a page about that company. Demo at http://stockbase.co:3000/After the first
Router.go()
,onKeyUp
returns every time because@$element
is undefined. Do I need to re-render the control somehow?