How can I keep <select> dropdown menus open while inspecting them in dev tools?
How can I keep <select> dropdown menus open while inspecting them in dev tools?
The dropdown menu is here: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select
I'd like to change the CSS of the dropdown elements in a <select>
element in dev tools, but I can't make the dropdown stay open.
I sadly dont know the answer, but I would also like to know. Hence why I'm leaving this comment :)
6 1 ReplyThis is what the upvote function is for.
7 1 Replylol.
1 1 Reply
Right click on it and there will be an option to force state
5 0 ReplyCan you be more specific? Do you mean right click it in the dev tools and change the psuedo-class? I just tried all of them again in both the
<select>
and an<option>
element and it didn't work.2 1 ReplyYou should be able to do this if you inspect the element in the Dev tools
1 0 Reply