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
Typing the letter 't' in the input box will give the following incorrect suggestion (missing the <xyz> and </xyz> that was surrounding the word 'tag'):
Typing the letter 'x' in the input box will give the following incorrect suggestion (notice the missing '<' after the word "tag" in the suggestion):
The text was updated successfully, but these errors were encountered:
I have a similar issue. It looks like awesomplete interprets HTML within suggestions.
Is there a setting to prevent this behavior and keep the tags escaped properly?
Adding an item containing html tags to the list, such as the text:
Text escaping: <xyz>tag</xyz>
will yield incorrect suggestions.Setup
or
Results
Typing the letter 't' in the input box will give the following incorrect suggestion (missing the
<xyz>
and</xyz>
that was surrounding the word 'tag'):Typing the letter 'x' in the input box will give the following incorrect suggestion (notice the missing '<' after the word "tag" in the suggestion):
The text was updated successfully, but these errors were encountered: