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

Add a new line in Vue Twemoji Picker when pressing Enter #78

Open
micos7 opened this issue Oct 19, 2020 · 2 comments
Open

Add a new line in Vue Twemoji Picker when pressing Enter #78

micos7 opened this issue Oct 19, 2020 · 2 comments

Comments

@micos7
Copy link

micos7 commented Oct 19, 2020

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.

@mariotrombino
Copy link

I need to know too

@jayeshtechextensor
Copy link

@micos7 @mariotrombino I am also facing the same issue. you got answer?

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