Choices-js / Choices

A vanilla JS customisable select box/text input plugin ⚡️
https://choices-js.github.io/Choices/
MIT License
6.16k stars 607 forks source link

Unlimited searchResultLimit #1118

Closed muendlein closed 1 month ago

muendlein commented 1 year ago

Having a fixed searchResultLimit is often not desirable as it makes assumptions about the data contents. In particular some matching results may be cut if the search limit is set to low.

Thus it would be good to display the search results with a scroll bar in order to avoid any fixed limit.

joffreypersia commented 1 year ago

Yes ! Like searchResultLimit: -1

Xon commented 1 month ago

Implemented as part of #1166