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

Widgets are not escaping single quotes correctly #3212

Closed
philippjfr opened this issue Nov 28, 2018 · 1 comment · Fixed by #3836
Closed

Widgets are not escaping single quotes correctly #3212

philippjfr opened this issue Nov 28, 2018 · 1 comment · Fixed by #3836
Labels
type: bug Something isn't correct or isn't working
Milestone

Comments

@philippjfr
Copy link
Member

As the title says, single quotes in a widget dropdown item break the widgets. Minimal example:

hv.HoloMap({c: hv.Curve([1, 2, 3]) for c in ["'", 'Some other name']}, 'Client Name')
@philippjfr philippjfr added the type: bug Something isn't correct or isn't working label Nov 28, 2018
@philippjfr philippjfr added this to the v1.13.0 milestone Sep 22, 2019
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't correct or isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant