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

Autocomplete list limit #1382

Closed
Jala015 opened this issue Apr 26, 2023 · 3 comments · Fixed by #1390
Closed

Autocomplete list limit #1382

Jala015 opened this issue Apr 26, 2023 · 3 comments · Fixed by #1390
Labels
feature request Request a feature or introduce and update to the project.

Comments

@Jala015
Copy link

Jala015 commented Apr 26, 2023

Describe what feature you'd like. Pseudo-code, mockups, or screenshots of similar solutions are encouraged!

Limit the size of the autocomplete list or just start showing it after the input value has length == n. Is useful when the options list is long.

What type of pull request would this be?

Enhancement

Any links to similar examples or other references we should review?

Check the minCharacters and maxResults options for SemanticUI search: semantic-ui.com

@Jala015 Jala015 added the feature request Request a feature or introduce and update to the project. label Apr 26, 2023
@endigo9740
Copy link
Contributor

@JustBarnt feel free to tackle this if you get to it before me. Thanks for reporting this @Jala015.

@JustBarnt
Copy link
Contributor

Sounds good I'll be pretty distant this week or so as I slowly work on all these edits from the wedding I did. But hopefully I'll be able to get back into some issues in the next week or so!

@endigo9740
Copy link
Contributor

I had time to jump on this. The new prop will be called limit. Check the Props documentation for this when the next release drops. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request a feature or introduce and update to the project.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants