Skip to content

v1.1.3

Compare
Choose a tag to compare
@shentao shentao released this 18 Sep 15:43
· 579 commits to master since this release

New

  • #102 tab key now selects the hovered option and skips to the next focusable element.
  • #94 Added options-limit prop (expecting a number) that limits the visible options to the first x 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.

Fixes