TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

Page through sets of results when matches.length > maxResults #415

Open finanalyst opened 11 months ago

finanalyst commented 11 months ago

Is your feature request related to a problem? Please describe.

Thoroughly Describe the solution you'd like I want to be able to have some method to show 21-40 out of 213 matches (21 is part of the next set of matches where the number in the set is defined by the maxResults value), eg

Please Describe alternatives you've considered

Additional context Here's a screenshot of a test image

finanalyst commented 11 months ago

@TarekRaafat is this a reasonable enhancement? I'd offer a PR but I'm not a JS adept