mshenfield/subreddit_algebra

Fix broken react-autocomplete placement

Closed this issue · 3 comments

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.

I can use renderMenu to ignore the default props and assign my own CSS.

Done