Open AutomataVM opened 1 year ago
set options inline
and shortcuts
to false
$("#el").emojioneArea({
inline: false,
shortcuts: false,
});
set options
inline
andshortcuts
tofalse
$("#el").emojioneArea({ inline: false, shortcuts: false, });
This isnt working for me. Great plugin tho!
Can you show example at jsfiddle?
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.