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
I'd expect the autocomplete to match "<div" and so on, but it will only render "apple". It does not create the div element, so it's not XSS issue, but for some reason the component only renders "apple" even though it should render "<div>apple</div>"
The text was updated successfully, but these errors were encountered:
At the moment autocomplete component strips html like elements form the suggestions. If you run this in the home page:
I'd expect the autocomplete to match "<div" and so on, but it will only render "apple". It does not create the div element, so it's not XSS issue, but for some reason the component only renders "apple" even though it should render "<div>apple</div>"
The text was updated successfully, but these errors were encountered: