ID25 / rails_emoji_picker

Add emoji to your app :smiley_cat:
143 stars 41 forks source link

The input field does not react to enter key. #17

Open qnoox opened 7 years ago

qnoox commented 7 years ago

Hello,

I have tried using it like this:

<p class="emoji-picker-container">
    <input type="text" placeholder="Type in your message" class="form-control" id="message_input" data-emojiable="true"/>
  </p>

when hitting enter it should send out the message but it does not it makes a new line.

Thank you in advance.

qnoox commented 7 years ago

it does not submit on enter key anymore and i don't want to use jquery any notes?

pradeepibz commented 4 years ago

I'm also looking solution for this problem. Did you solve this problem?