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

fix: allow selection of element by id with special chars #211

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

kineticjs
Copy link
Contributor

@kineticjs kineticjs commented Dec 16, 2022

Problem: Error from querySelector when called with element id that contains special characters.
Sample: https://jsbin.com/suhovumigu/1/edit?html,js,output shows that querySelector throws error when called with id string that contains "::", as used in many apps
Solution: applied the recommended selector format

@kineticjs kineticjs marked this pull request as ready for review December 16, 2022 09:10
@kineticjs kineticjs requested a review from IlianaB January 6, 2023 15:00
@kineticjs kineticjs merged commit 5050e89 into SAP:master Jan 6, 2023
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.4.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants