mdbootstrap / bootstrap-templates

A collection of free Bootstrap 5 templates.
https://mdbootstrap.com/freebies/
3.07k stars 1.01k forks source link

Safe string decodeURI #659

Closed pratikguru closed 2 years ago

pratikguru commented 5 years ago

The tags input renders special keywords as an encoded string. One of my tag keywords has an '&' in it, and it renders 'L&M THINS' as 'L&M THINS'. Even though the keyword is sent as a string right before rendering the output is 'L&M THINS'. This has something to do with decoding and encoding? Anyone had this issue before?