TarekRaafat / autoComplete.js

Simple autocomplete pure vanilla Javascript library.
https://tarekraafat.github.io/autoComplete.js
Apache License 2.0
3.93k stars 236 forks source link

Chrome Uncaught TypeError: Cannot read properties of undefined (reading '1') #423

Open adamtheapiguy opened 7 months ago

adamtheapiguy commented 7 months ago

Discussed in https://github.com/TarekRaafat/autoComplete.js/discussions/422

Originally posted by **adamtheapiguy** January 23, 2024 Hey guys, I get the below error in chrome sometime when I click on an item in the drop-down list of autoComplete , any ideas? Screenshot 2024-01-23 at 5 33 21 am Error Text: ======== autoComplete.js:333 Uncaught TypeError: Cannot read properties of undefined (reading '1') at feedback (autoComplete.js:333:28) at select (autoComplete.js:413:5) at click (autoComplete.js:422:7) at HTMLUListElement.click$1 (autoComplete.js:508:11)