Select Option not working on Windows 10 Universal app
-
I am developing windows 10 mobile app using onsenUI, I have a problem in select option.
When I try to select any one of the option my closed automatically.
How to solve this problem.This is my syntax
<form name=“select_form”>
<select>
<option value=“1”>1</option>
<option value=“2”>2</option>
</select>
</form>