Skip to content

Typeahead Render in many Time #43

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions