brianvoe / slim-select

Slim advanced select dropdown
http://slimselectjs.com
MIT License
1.05k stars 200 forks source link

fix(render): use innerText instead of innerHTML for text content #452

Closed gmq closed 1 year ago

gmq commented 1 year ago

Fixes #451

Replaces innerHTML with innerText in both single and multiple selects to prevent parsing escaped strings as HTML.

brianvoe commented 1 year ago

Thanks ill get this in. I want to run it real quick and maybe add some docs giving another option to use. Thanks for pointing this out and doing a pr