我一直在我的文本编辑器中尝试使用jquery-textcomplete
https://github.com/yuku-t/jquery-textcomplete 表情符号。
这是小提琴http://jsfiddle.net/2b2L4ur6/2/。表情符号出现但我不知道为什么jquery-textcomplete
不起作用。它没有提出表情符号列表。
答案 0 :(得分:0)
Atlast找到了解决方案。我在didInsertElement
组件的一侧使用了Ember.run.next()
和TextArea
。这是更新的jsfiddle http://jsfiddle.net/hasib/2b2L4ur6/4/。