You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{#paper-autocompleteoptions=(arr'foobar<strong>baz')
selected=selectedItemonSelectionChange=(action (mutselectedItem))
as |itemterm|}}{{paper-autocomplete-highlightsearchText=term.searchTextflags="i"label=item}}{{/paper-autocomplete}}
The text was updated successfully, but these errors were encountered:
janvotava
changed the title
paper-autocomplete-highlight not escaping input text
paper-autocomplete-highlight not escaping input label text
Oct 4, 2018
Paper autocomplete highlight is not escaping input text and is making that string html safe afterwards.
https://github.com/miguelcobain/ember-paper/blob/master/addon/components/paper-autocomplete-highlight.js#L25
PoC
The text was updated successfully, but these errors were encountered: