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

hrefs are not inserted into links #11

Open
VladyslavaP opened this issue Aug 17, 2016 · 5 comments
Open

hrefs are not inserted into links #11

VladyslavaP opened this issue Aug 17, 2016 · 5 comments

Comments

@VladyslavaP
Copy link

VladyslavaP commented Aug 17, 2016

With enableLinks global option set to true and a simple data example such as :

 let data = [
      {
        text: 'Parent 1',
        href: 'test',
        nodes: [
          {
            text: 'Child 1',
            href: 'test1',
          },
          {
            text: 'Child 2',
          },
        ],
      },
      {
        text: 'Parent 2',
      },
 ];

In the resulting HTML <a>'s there are no href attributes.

@teyushen
Copy link

I am also encountering the same issue.

@gandhiamar2
Copy link

is there any fix for this?

@litpangchen
Copy link

hi any solution for this ?

@AAnkitaAswal
Copy link

Hi is there is any solution for this issue?

@teyushen
Copy link

teyushen commented Feb 10, 2019

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

5 participants