"<select>" dropdown tag doesn't populate the selection on Android devices

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: