Version 1.2 on Windows 10. How to use / get the Select element working?

Hi, I previously had problems using the select on Windows 10. Previously from the docs I would use…

<label class="item item-input item-select"> <div class="input-label"> Please select </div> <select> <option>Option1</option> <option selected>Option 2</option> <option>Option 3</option> </select> </label>

I upgraded to 1.2, and now us <ion-input> as follows

<ion-input class="item item-input item-select"> <i class="icon ion-person"></i> <ion-label>please select</ion-label> <select> <option>Option1</option> <option selected>Option 2</option> <option>Option 3</option> </select> </ion-input>

Unfortunately is still does not work on a device (have tried on 2 different devices). The drop down items to do who up (also the alignment is out)

Perhaps I have the syntax incorrect? Any other suggestions would b hugely appreciated.

Thanks in advance!

1 Like

I am seeing this too… :frowning: seems v 1.2 isnt fully baked for windows 10… I think its related to touch events being prevented somewhere… because click works.

I’d like to confirm this issue in my own app as well. Select/Dropdown elements do not work on Windows 10 using touch.
Is there a plan to fix? Thanks!

I have the same problem. Has someone solved it?

There is a work around by PerfectionCSGO at https://github.com/driftyco/ionic/issues/4803
This worked perfectly for me.