We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How would I go about doing that?I have
<twemoji-textarea ref="chattextarea" v-on:contentChanged="onEnterKey" :content.sync="message" :emojiData="emojiDataAll" :emojiGroups="emojiGroups" > </twemoji-textarea>
When i press Enter nothing happens. If I add v-on:enterKey="onEnterKey" it log the whole event.
keydown { target: div#twemoji-textarea.twemojiTextarea,key: "Enter", .....
Thanks for your time.
The text was updated successfully, but these errors were encountered:
I need to know too
Sorry, something went wrong.
@micos7 @mariotrombino I am also facing the same issue. you got answer?
No branches or pull requests
How would I go about doing that?I have
When i press Enter nothing happens. If I add v-on:enterKey="onEnterKey" it log the whole event.
keydown { target: div#twemoji-textarea.twemojiTextarea,key: "Enter", .....
Thanks for your time.
The text was updated successfully, but these errors were encountered: