ID25 / rails_emoji_picker

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

input field does not listen to keyup event #10

Open donmb1 opened 8 years ago

donmb1 commented 8 years ago
$('.my-input').keyup ->
  # blabla

does not work if class my-input is emojiable.

Any hints?

qnoox commented 7 years ago

i'm having the same issue but for the submit of a input :/