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

Uncaught TypeError: Cannot read property 'split' of undefined #122

Open ankitbhatia95 opened 8 years ago

ankitbhatia95 commented 8 years ago

Hi,

I am getting an error when clicking enter on a 'li' element in the dropdown 'ul' of autocompleteRecords. The error is coming from line 545 of mizzao_autocomplete.js. I attempted to capture the enter key, but was not able to. Any help would be appreciated. Thanks!

Template Event Handlers: image

LI Template: image

Working Search: image