react-component / select

React Select
https://select.react-component.now.sh/
MIT License
892 stars 452 forks source link

Support lateral flip placements of menu #917

Open vsvamsi1 opened 1 year ago

vsvamsi1 commented 1 year ago

I have observed that rc-select places the Menu only above or below the reference element, is there any support for lateral placement of Menu?. Can it detect the scroll boundary and also place the Menu laterally not just above or below the reference element similar to https://popper.js.org/ ?