HubSpot / vex

A modern dialog library which is highly configurable and easy to style. #hubspot-open-source
http://github.hubspot.com/vex/docs/welcome
MIT License
6.92k stars 491 forks source link

HTML entities in unsafeMessage/unsafeContent #268

Open kunizial opened 6 years ago

kunizial commented 6 years ago

HTML entities like & or ­ stay as text even through the unsafeMessage/unsafeContent option. Minimal example: vex.open({unsafeContent:'test&test'}) Expected would be an output of "test&test"