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

Linkify not working on contentEditable component #100

Open
bragamat opened this issue Aug 25, 2020 · 1 comment
Open

Linkify not working on contentEditable component #100

bragamat opened this issue Aug 25, 2020 · 1 comment

Comments

@bragamat
Copy link

When I Try to use Linkify wrapping a contentEditable component it does not render an a tag;

code example:

<Linkify>
  <h1 contentEditable> Type a link </h1>
</Linkify>

the HTML produced:
*Screen Shot 2020-08-25 at 17 49 56
the HTML I expected:

  • Screen Shot 2020-08-25 at 17 50 13

  • Is this an expected behaviour ?

https://codesandbox.io/s/naughty-sutherland-6nhkv?file=/src/App.js

@szpasztor
Copy link

Any updates on this? Running into the same issue.

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

2 participants