Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typeahead Render in many Time #43

Open
Saeidasadi32 opened this issue Sep 4, 2020 · 1 comment
Open

Typeahead Render in many Time #43

Saeidasadi32 opened this issue Sep 4, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Saeidasadi32
Copy link

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>
                }
@pwelter34
Copy link
Member

I'll add a way to limit the number of results displayed.

@pwelter34 pwelter34 added the enhancement New feature or request label Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants