Closed PlkMarudny closed 3 years ago
Released in v2.4.0
Specify the maximum number of results using the limit
prop. The default value if Infinity
.
<Typeahead limit={2} {data} {extract} />
Indeed, it works @2.4.0, apparently did not @2.3.0, thank you very much.
Is there any way to limit the number of returned matches, to 10 for example?