I have a drop down on a web page which is breaking when the value string contains a quote.
The value is \"asd, but in the DOM it always appears as an em
\"asd
Another option is replacing double quotes with single quotes if you don't mind whatever it is. But I don't mention this one:
test
I mention this one:
In my case I used this solution.