AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
320 stars 137 forks source link

Dropdown stays positioned when using document scroll (web). #94

Open linda-jansson-gbg opened 2 years ago

linda-jansson-gbg commented 2 years ago

If you click in the text field to have the dropdown list show and then move the mouse out from there to scroll the document page, the list isn't attached to the "button". It stays fixed on screen. I've tried using addEventListener in the SelectDropdown.js file to change the dropdownPY to dropdownPY - window.scrollY, but it doesn't feel good. (Then the list is jumping up and down a bit as you scroll and I don't want to make a million calls.)

Hoping for a permanent fix. :) Thank you

Skärmavbild 2022-09-08 kl  15 29 05