st-h/ember-content-editable

type "html" doenst work

cahyowhy opened this issue · 1 comments

i am trying to insert value with my custom tag but it doesnt work
{{content-editable value=message placeholder=(t 'placeholder.input.message') tagName="span" enter='doSend' type="html"}}
dawewd

st-h commented

@cahyowhy are you actually trying to render html? that would introduce possible xss security issues and some more dangerous stuff.

from the docs:

text strips out any html tags, html doesn't.

the screenshot looks like html is not stripped out, so everything works as expected. Please reopen if this should not be the case.