Skip to content

Typeahead Render in many Time #43

@Saeidasadi32

Description

@Saeidasadi32

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>
                }

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions