Skip to content

v1.1.0

Compare
Choose a tag to compare
@mynamesleon mynamesleon released this 31 Jan 09:07

Added

  • Home key usage to go to first item in the list
  • End key usage to go to last item in the list
  • onAsyncError callback option

Changed

  • Moved code and build over to TypeScript for: code improvements, self-documentation, and reduced bundle size by using an ES6 output from TypeScript that's bundled to UMD with webpack.

Fixed

  • Issue with the API filter method getting an error
  • Issue when clicking on a single-select autocomplete with minLength of 0 with a current selection, which was correctly searching with an empty string, but the polling method was then triggering a search with the value afterwards.