react-select-search
react-select-search copied to clipboard
Add option to render select menu *above* input box?
Overview
It would be useful, in some cases, to render a search box at the bottom of a page, and have the options appear above it.
Solution
Add an option to specify the behavior with respect to menu placement.
For consistency, it might be worth considering adopting the menuPlacement="top" syntax of react-select?
A clear and concise description of what you want to happen.
Alternatives
It should be possible to manually position the container of search options, but since this seems like something that could be of general interest, I thought I would suggest this here, first..
Would also like to see this - selects rendered at the bottom of the page either jump the scrollbar, or get cut off.