-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
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
[Autocomplete] Change dropdown position #24962
Comments
👋 Thanks for using Material-UI! We use GitHub issues exclusively as a bug and feature requests tracker, however, For support, please check out https://material-ui.com/getting-started/support/. Thanks! If you have a question on StackOverflow, you are welcome to link to it here, it might help others. |
Related to #21661. Tip, you can customize the Popper component. |
This worked for me. I'm using v"5.14.0". <Autocomplete
componentsProps={{
popper: {
modifiers: [
{
name: 'flip',
enabled: false
}
]
}
}} |
Thanks @sajithkahawatta for this comment - #24962 (comment). |
Thanks @sajithkahawatta !!! |
how to disable autocomplete options auto position?
want to show autocomplete options always bottom.
https://codesandbox.io/s/material-demo-forked-t1luy?file=/demo.js
The text was updated successfully, but these errors were encountered: