vscode-browse-lite
vscode-browse-lite copied to clipboard
Problems with HTML previews
Describe the bug
I'm learning Xi HTML, using your plugin to preview in real time, and then I have a problem learning Xi the HTML's select tag There is code like this:
<select>
<option>beijing</option>
<option>shanghai</option>
<option>tianjin</option>
<option>hubei</option>
<option>hubei</option>
</select>
In the built-in browser, you can't click to open the drop-down list
Reproduction
yes
System Info
windows11
Used Package Manager
n/a
Validations
- [X] Follow our Code of Conduct
- [X] Read the Contributing Guide.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [X] The provided reproduction is a minimal reproducible of the bug.