question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docs: using with contenteditable

See original GitHub issue

I can’t figure out the example of using <emoji> component inside contenteditable. It seems that the example has been taken from original React lib and is a React example.

Is it possible to achieve similar in Vue?

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:2
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
keligijuscommented, Jan 13, 2019

Nope, no luck, if I remember well, I had to take a different approach.

2reactions
jm-davidcommented, Jul 25, 2018

You’re right, that example did come from React and I haven’t been able to recreate the functionality. I’ve temporarily removed that section of the readme to prevent confusion. Will update this issue if I’m able to figure it out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

contenteditable - HTML: HyperText Markup Language | MDN
Chrome Edge contenteditable Full support. ChromeYes. Toggle history Full suppo... contenteditable="caret". Experimental Full support. ChromeYes. Toggle history Full suppo... contenteditable="events". Experimental Full support. ChromeYes. Toggle history...
Read more >
HTML5 editor (contentEditable) with pages like Google Docs
I'm trying to build a word processor web app, similar to Google Docs. I've started using Mercury Editor (which relies on the contentEditable...
Read more >
Make a HTML element editable with contenteditable
Apply the contenteditable attribute and you can edit it similar to or . Users can click on the text and make an update...
Read more >
contentEditable · WebPlatform Docs
Sets or retrieves the string that indicates whether the user can edit the content of the object. ... In the following example, setting...
Read more >
Making content editable - Developer guides
In HTML, any element can be editable. By using some JavaScript event handlers, you can transform your web page into a full and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found