Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
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>