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
Environment (please complete the following information):
Describe the bug:
not show scrollbar with all option in embedded browser with bootstrap
Repro steps:
<div class="form-group"> <label for="luckynumber">Lucky Number</label> <select name="luckynumber" id="luckynumber" class="form-control"> <option>double zero</option> <option>seven</option> <option>thirteen</option> </select> </div>
Expected behavior:
I'm expect that when I select the down arrow in the embedded browser of the select tag it show all the option to select but nothing is showed
Additional context:
The text was updated successfully, but these errors were encountered:
Thanks for asking. This is unfortunately a current limitation of the embedded browser. See #1317. Based on the current screencast architecture, we simple can't fix it currently. If you really need access to the select, then please use the external browser instead: https://learn.microsoft.com/en-us/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension/external-browser-window
Thanks for your understanding.
Sorry, something went wrong.
No branches or pull requests
Environment (please complete the following information):
Describe the bug:
not show scrollbar with all option in embedded browser with bootstrap
Repro steps:
Expected behavior:
I'm expect that when I select the down arrow in the embedded browser of the select tag it show all
the option to select but nothing is showed
Additional context:
The text was updated successfully, but these errors were encountered: