I am creating an iOS application using the Ionic-framework. When I use select elements, I donβt get a heading labeled βFinishβ when I select items in the menu on iOS-native. However, it will appear when I use the application in iOS / Safari. Screenshots and code are attached. Any input / solutions on this would be greatly appreciated.
Screenshots:
Safari screenshot for iOS 
IOS Source / Ion Snapshot 
Markup
<label class="item item-input item-select"> <div class="input-label"> Bostadstyp </div> <select ng-change="addParam('objectType', selectedHouseType)" ng-model="selectedHouseType" ng-options="houseType.id as houseType.label for houseType in houseTypes"></select> </label>
source share