reactjs / react-autocomplete

WAI-ARIA compliant React autocomplete (combobox) component
MIT License
2.17k stars 532 forks source link

[added] Add `renderMenuWrapper` prop #349

Open janpaul123 opened 6 years ago

janpaul123 commented 6 years ago

To make it possible to render the menu in a portal while keeping refs.menu on the actual menu element, so that scrolling items into view keeps working.

Test plan: Added unit test; verified that this works with a portal in an actual production application.