-
-
Notifications
You must be signed in to change notification settings - Fork 350
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
[Autocomplete] Escape querySelector option value #2620
Conversation
This to correctly find values like "["test"]".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure to understand your changes, can you give us more context please?
Also, you need to build the assets since you modified the assets source code, please read https://github.com/symfony/ux/blob/2.x/CONTRIBUTING.md#working-with-assets
Hi Kocal, Thanks for your comments. I'll try building the assets. But I can't reproduce my issue of yesterday... |
Hi, alright, let me know if you need help! |
Some info about the error message:
|
….querySelector: ':scope > option[value=[foo]]' is not a valid selector
📊 Packages dist files size differenceThanks for the PR! Here is the difference in size of the packages dist files between the base branch and the PR.
|
This to correctly find values like "["test"]".