mervick / emojionearea

Emoji Picker Plugin for jQuery
https://jsfiddle.net/mervick/1v03Lqnu/765/
MIT License
953 stars 257 forks source link

Keypress not firing up with enter #454

Open AutomataVM opened 1 year ago

AutomataVM commented 1 year ago

Hello! the keypress event is not firing up with the enter key press. Can this get a look? I am currently using the keyup event.

Regards.

mervick commented 1 year ago

set options inline and shortcuts to false

$("#el").emojioneArea({
    inline: false,
    shortcuts: false,
});
suzywisc commented 1 year ago

set options inline and shortcuts to false

$("#el").emojioneArea({
    inline: false,
    shortcuts: false,
});

This isnt working for me. Great plugin tho!

mervick commented 1 year ago

Can you show example at jsfiddle?