yury-dymov / react-autocomplete-input

Autocomplete input field for React
https://yury-dymov.github.io/react-autocomplete-input/
MIT License
199 stars 65 forks source link

fix: wrong suggestions list position when text field is scrolled #108

Closed fabioimpe closed 1 year ago

fabioimpe commented 1 year ago

When the text field is scrolled the suggestion list was calculating its position without considering the scroll offset

Original

image

With fix

image