react-autocomplete icon indicating copy to clipboard operation
react-autocomplete copied to clipboard

[changed] set the position of the menu as fixed

Open CorentinDeBoisset opened this issue 9 years ago • 1 comments

This is a copy of the changes from #75 without the conflicts

CorentinDeBoisset avatar Jul 11 '16 08:07 CorentinDeBoisset

Just a heads-up (in case you're waiting for this PR to land): You can fully customize the dropdown menu by using props.menuStyle and props.renderMenu.

We'll probably be removing most of the default menu styles for 2.0, possibly only keeping the absolute coordinates which are passed to props.renderMenu (although you could calculate this yourself if we added support for rendering custom components instead of just fragments for the menu).

CMTegner avatar Dec 30 '16 12:12 CMTegner