react-component / select

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

Positioning problems with migrating to new @rc-component/trigger #929

Open Hooked74 opened 1 year ago

Hooked74 commented 1 year ago

After migrating to the new @rc-component/trigger, there were problems with the calculation of nextOffsetX, which causes an incorrect popup offset.

https://github.com/react-component/trigger/issues/333#issue-1606140740

gdowais commented 1 year ago

Facing the same issue. Is there any patch available for it?

zombieJ commented 1 year ago

@gdowais , I'm not sure if it still exist after https://github.com/react-component/trigger/pull/334 . Pls provide a reproduce for this so I can check. Thanks.