Fix broken react-autocomplete placement
Closed this issue · 3 comments
mshenfield commented
react-autosuggest
uses a fixed placement which it updates when the components changes. On mobile this cause it to jump around when I scroll across the screen instead of staying in the same position.
This issue offers some hope.
mshenfield commented
I can use renderMenu
to ignore the default props and assign my own CSS.
mshenfield commented
Done
mshenfield commented
See d8b4078