v1.1.3
New
- #102
tab
key now selects the hovered option and skips to the next focusable element. - #94 Added
options-limit
prop (expecting anumber
) that limits the visible options to the firstx
matching results. By default, the options-limit is set to 1000. This should provide a simple way to improve performance by reducing the number of options rendered.