Releases: niksy/x-autosuggest
Releases · niksy/x-autosuggest
v1.5.0
Added
- Support for handling focus event on input element
v1.4.0
Added
- Support for additional HTML class namespace
Changed
Fixed
- Handling rendering edge cases when testing in IE 11
v1.3.1
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
Changed
- Prevent default action if
Enter
key is pressed when selecting option (this avoids submitting parent form
element)
v1.2.2
Fixed
focusout
instead of blur
event for IE11 compatibility
v1.2.1
Fixed
- Blur event handling when selecting option
Removed
- Unecessary
keyup
event handler
v1.2.0
Added
- Support for option meta information
- Test for blur event
v1.1.0
Fixed
- Initial element value should be reused
v1.0.1
Fixed
- Escape key action prevention on
input[type="search"]
- Memoization example in docs
Changed
- Blur event uses user input value and hides dropdown list