We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using AsyncSelect with menuPosition="auto" towards the bottom of the page, once the options load the menu will be off screen.
AsyncSelect
menuPosition="auto"
It appears the menu position is not recalculated if the options/size of the menu changes after its opened.
react-select/packages/react-select/src/components/Menu.tsx
Lines 342 to 363 in 3aee85c
Reproduction sandbox https://codesandbox.io/s/react-select-menuplacement-repro-wqkuew?file=/src/App.js https://wqkuew.csb.app/
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
recalculate menu placement on options length
c3b87fd
JedWatson#5642
690c046
No branches or pull requests
When using
AsyncSelect
withmenuPosition="auto"
towards the bottom of the page, once the options load the menu will be off screen.It appears the menu position is not recalculated if the options/size of the menu changes after its opened.
react-select/packages/react-select/src/components/Menu.tsx
Lines 342 to 363 in 3aee85c
Reproduction sandbox https://codesandbox.io/s/react-select-menuplacement-repro-wqkuew?file=/src/App.js https://wqkuew.csb.app/
The text was updated successfully, but these errors were encountered: