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 the autocomplete is the last control, the options are cutoff with only one option shown. The window then needs to be scrolled in order to see more than one options at a time.
The text was updated successfully, but these errors were encountered:
There's nothing we can do about this unfortunately ☹️
Usually with these types of UI we can attach the popup/menu/dropdown to the root of the document, and it will make it self contained and not relative to the parent.
With VSCode, the whole view is contained in an iframe, and we can't really go outside the iframe without using native vscode components (which we do when the items are less than a certain amount).
For now we'll close this a limitation with vscode. We'll look into other ways to solve this in the future.
When the autocomplete is the last control, the options are cutoff with only one option shown. The window then needs to be scrolled in order to see more than one options at a time.
The text was updated successfully, but these errors were encountered: