W
Windows Central Question
Drop down list Problem in edge
Can't select option in dropdown list . It refresh page automattically. I check with static html code it also refreshing.
<html>
<body>
<select style='width:50px;'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
</body>
</html>
Can't select option in dropdown list . It refresh page automattically. I check with static html code it also refreshing.
<html>
<body>
<select style='width:50px;'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
</body>
</html>