microsoft / microsoft/vscode-edge-devtools
HTML drop down data list not displayed in vscode edge, but shows in real edge brwoser
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 827
- Forks
- 358
- Avg merge
- 20h 32m
- Merged PRs (30d)
- 10
Description
Environment (please complete the following information):
- OS (e.g., Windows 10):
- Extension version (e.g., 1.2.3):
Describe the bug:
I have been using the extention and trying to create a drop down list
but it was not working. I had an empty list place holder with an arrow but nothing will open or show options
Using the real edge browser the list opened as it should
Repro steps:
<input type="text" list="Suggestions" multiple />
<datalist id="Suggestions">
<option>option 1</option>
<option>option 2</option>
<option>option 3</option>
</datalist>
Expected behavior:
display a drop down list with values inside. not just a input field with an arrow but nothing opens up and no search capabilities.
Additional context:
AB#49638957
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reproducing the provided datalist snippet in the VS Code Edge DevTools extension and compare it with the real Edge browser; investigate the extension's DevTools integration. Done means the dropdown displays its options and supports searching as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, typescript
- Domain
- devtools, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100