Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keypress not firing up with enter #454

Open
AutomataVM opened this issue Mar 2, 2023 · 3 comments
Open

Keypress not firing up with enter #454

AutomataVM opened this issue Mar 2, 2023 · 3 comments

Comments

@AutomataVM
Copy link

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
Copy link
Owner

mervick commented Mar 2, 2023

set options inline and shortcuts to false

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

@suzywisc
Copy link

set options inline and shortcuts to false

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

This isnt working for me. Great plugin tho!

@mervick
Copy link
Owner

mervick commented Oct 14, 2023

Can you show example at jsfiddle?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants