Hi
when use typeahead . and move mouse or press any key data rewrite and very slow to show data
this section repeat when pressed and key or move mouse!!!!
for (var index = 0; index < SearchResults.Count; index++)
{
var item = SearchResults[index];
<div @key="item"
class="typeahead-option @ResultClass(item, index)"
@onclick="@(() => SelectResult(item))">
@ResultTemplate(item)
</div>
}
Hi
when use typeahead . and move mouse or press any key data rewrite and very slow to show data
this section repeat when pressed and key or move mouse!!!!