question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AutocompleteInput should allow the specification of a suggestion size limit

See original GitHub issue

Currently when AutocompleteInput receives a large number of options it displays all of them. (see pic):

image

This behavior should be customizable by prop, something like

  <AutocompleteInput suggestionLimit={5} />

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mohinderpscommented, Oct 8, 2018

Hey @fzaninotto , I want to take this up.

0reactions
fzaninottocommented, Jun 13, 2019

Fixed by #3326

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found