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
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>
}
The text was updated successfully, but these errors were encountered:
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!!!!
The text was updated successfully, but these errors were encountered: