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

No way to access decoded value after edit() #2444

Closed
vshih opened this issue Oct 15, 2020 · 0 comments
Closed

No way to access decoded value after edit() #2444

vshih opened this issue Oct 15, 2020 · 0 comments

Comments

@vshih
Copy link
Contributor

vshih commented Oct 15, 2020

The documentation states that in the edit() callback "You can access the node's title using .text". However this returns an HTML-encoded value:

jstree.edit(node, origVal, function (newNode, status, didCancel) {
	console.log(node.text);
}

upon input of say "This & that" will output

This & that

Is there a way to access the raw, unencoded value?

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

Successfully merging a pull request may close this issue.

1 participant