@wkwyatt wrote:
In the app I am creating the select dropdown selection is not displaying.
My code is<select class="item item-select"
ng-model="subQ.reason"
ng-change="onChangeReason(subQ)"
ng-options="x for x in reasonsList.reasons">
</select>It works fine in iOS but on all Android devices it will not show up:
Posts: 1
Participants: 1