Skip to content

Releases: niksy/x-autosuggest

v1.5.0

Choose a tag to compare

@niksy niksy released this 24 Jul 11:15

Added

  • Support for handling focus event on input element

v1.4.0

Choose a tag to compare

@niksy niksy released this 22 Nov 09:08

Added

  • Support for additional HTML class namespace

Changed

  • keycode-js upgrade

Fixed

  • Handling rendering edge cases when testing in IE 11

v1.3.1

Choose a tag to compare

@niksy niksy released this 12 Sep 09:13

Fixed

  • Adjust fixed value regardless of decorated input event
  • Handle input reference on next tick to handle early undefined DOM element reference

v1.3.0

Choose a tag to compare

@niksy niksy released this 12 Sep 07:36

Changed

  • Prevent default action if Enter key is pressed when selecting option (this avoids submitting parent form element)

v1.2.2

Choose a tag to compare

@niksy niksy released this 10 Sep 15:10

Fixed

  • focusout instead of blur event for IE11 compatibility

v1.2.1

Choose a tag to compare

@niksy niksy released this 10 Sep 14:27

Fixed

  • Blur event handling when selecting option

Removed

  • Unecessary keyup event handler

v1.2.0

Choose a tag to compare

@niksy niksy released this 10 Sep 13:25

Added

  • Support for option meta information
  • Test for blur event

v1.1.1

Choose a tag to compare

@niksy niksy released this 09 Sep 15:42

Fixed

  • Side effect reference

v1.1.0

Choose a tag to compare

@niksy niksy released this 09 Sep 15:18

Fixed

  • Initial element value should be reused

v1.0.1

Choose a tag to compare

@niksy niksy released this 09 Sep 13:52

Fixed

  • Escape key action prevention on input[type="search"]
  • Memoization example in docs

Changed

  • Blur event uses user input value and hides dropdown list