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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
The virtualRepeatContainer for the autocomplete dropdown determines the original dropdown size from the height of the container.
Commit b114302 removed the fixed height of the dropdown selector, since we now have dynamic dropdown heights.
This does cause an issue for the virtualRepeatContainer, where it can't determine the `originalSize` of the dropdown.
Setting it to 100 percent, does properly expand the dropdown to the `max-height` of the JavaScript.
Fixes#9726.
0 commit comments