Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

error on enter click, if no matches elements. #58

Closed pociej closed 10 years ago

pociej commented 10 years ago

When no element matches element , when you click enter , input is still active and you can see error : Uncaught TypeError: Cannot read property 'nodeType' of null .

mizzao commented 10 years ago

I think this is fixed in the master branch in c8014ec4d0ca24f867d6013e20d94ff3b5f82d9e, but hasn't been published yet.

Can you try the most recent commit and see if you can still produce the error?

mizzao commented 10 years ago

Should be fixed in 0.4.7 and later.