You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Autocomplete component on small screens/windows the position of the drop down does not position it self correctly.
To get it to position itself the user first has to open it scroll down and up again, after that the positioning is correct. If the user refreshed the page the problem reoccurs.
Steps to reproduce the bug
Position an autocomplete component so that it is at the bottom of the screen on refresh.
Refresh page.
Click on autocomplete.
Expected behavior
Expect the drop down menu to position itself at "top-start" when there is not enough room under it.
Specifications
Version: 0.31.1
Browser: Chrome Version 114.0.5735.106
OS: Ubuntu 22.04
Additional context
The text was updated successfully, but these errors were encountered:
I believe this was serendipitously fixed by the latest update of floating-ui. Storybook-dev (up to date) storybook prod (not updated)
We will make a new release soon after a couple more bugs that needs to be looked into 👍
Describe the bug
When using the Autocomplete component on small screens/windows the position of the drop down does not position it self correctly.
To get it to position itself the user first has to open it scroll down and up again, after that the positioning is correct. If the user refreshed the page the problem reoccurs.
Steps to reproduce the bug
Expected behavior
Expect the drop down menu to position itself at "top-start" when there is not enough room under it.
Specifications
Additional context
The text was updated successfully, but these errors were encountered: