Skip to main content

Package Versions

Version upgrade information

Package versionDescription
2.1.2Recommended and stable version. Fixed a bug related to keyboard navigation. Now, keyboard navigation listeners will be removed after selection or blur. Added excape key keyboard event to close autocomplete on pressing escape.
2.1.1Added keyboard navigation events to scroll through dropdown list. Refer changelog for more information.
2.0.3Removed native javascript reference to get width of the div and implemented useRef. Fixed a minor bug related to width of the autocomplete dropdown list when using the module multiple times in the same component
2.0.2Fixed a non-impact bug related to View More Input props. Added resize listener to adjust the width of dropdownlist during resize events. Resize event listener will be destroyed once dropdown list is closed on select or onBlur
2.0.1Added View More feature for lazy loading API calls. Upgrading from lower versions to 2.0.1 is safe without any configuration change
2.0.0Search algorithm has been updated for better search results. No change in types or schema. Upgrading from 1.0.1 to 2.0.0is safe without any impact.
1.0.1Autocomplete search package