Releases: szhsin/react-autocomplete
Releases · szhsin/react-autocomplete
v1.0.1
v1.0.0
- Fix input blur issue in Safari #58
- Add
getFocusCaptureProps
into core feature #59 - Add nonblur toggle feature; reuse
dropdown
inmultiSelectDropdown
#60 - Fix the issue where disabled items are still interactive when hovered #61
- Remove async logic from the request item event #63
- Fix the issue where the input loses focus when clicking on the list scrollbar #64
- Export features from the package subpaths #65
- Inject the
selected
prop into the feature context #68