AutocompleteInput should allow the specification of a suggestion size limit
See original GitHub issueCurrently when AutocompleteInput receives a large number of options it displays all of them. (see pic):
This behavior should be customizable by prop, something like
<AutocompleteInput suggestionLimit={5} />
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
The AutocompleteInput Component - React-admin - Marmelab
When dealing with a large amount of choices you may need to limit the number of suggestions that are rendered in order to...
Read more >Showing search icon inside react-native-autocomplete-input ...
autocompleteContainer} //data to show in suggestion data={filteredFilms} //default value if you want to set something in input defaultValue={ ...
Read more >Autocomplete - Mantine
Autocomplete item component and filtering logic can be changed. To do so: Add extra props to data objects; Create filter function which determines...
Read more >AutocompleteInput — Panel v0.14.2
The AutocompleteInput widget allows selecting a value from a list or ... If restrict=False the AutocompleteInput will allow any input in addition to...
Read more >Autocomplete | Trimble Modus Design System
Specifications · Default: default form inputs should have a height of 32px (8px padding) and a font size of 12px (.75rem). Used for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey @fzaninotto , I want to take this up.
Fixed by #3326