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
When the option cleanUserText is set to false and the search function returns at least one item in the dropdown, if we try to append a whitespace character to the search term, an infinite loop is triggered and the component freezes
The infinite loop is triggered in the highlightFilter function because the 'keywords' parameter contains an empty string as an element of the array.
The text was updated successfully, but these errors were encountered:
When the option cleanUserText is set to false and the search function returns at least one item in the dropdown, if we try to append a whitespace character to the search term, an infinite loop is triggered and the component freezes

The infinite loop is triggered in the highlightFilter function because the 'keywords' parameter contains an empty string as an element of the array.
The text was updated successfully, but these errors were encountered: