Skip to content

Linkify not working on contentEditable component #100

@bragamat

Description

@bragamat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions