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

Transform Selection Before #115

Open Angarsk8 opened 8 years ago

Angarsk8 commented 8 years ago

Right now I'm working on a project that uses the meteor-emoji package in conjunction with meteor-autocomplete. The problem is that every time I write the character that triggers the autocompletion and select an element from the list, it doesn't autocomplete the proper code for the emoji as shown in the following .gif

entries box

What should be the best way to handle this kind of situation?

Thanks,

_Andrés García Hurtado_

charford commented 8 years ago

+1 any updates on this? I'm having a similar issue.