@VolvoOlympian wrote:
I have this:
<label class="item item-input">
<div class="row">
<div class="col"> <select id="1"> <option ng-repeat="n in somethingelse"></option> </select> </div>
<div class="col"> <select id="2"> <option ng-repeat="n in something"></option> </select> </div>
</div>
</label>
When using mobile web browser on my phone or ionic run android on my phone, every time I click on the second select menu, it acts like as if I clicked on the first select menu...why is that?
Posts: 2
Participants: 2