I try to add a select element in ion-content, but I can’t click any item at the element.
Could you tell me what can I do?
<ion-view title="Playlist"> <ion-content class="has-header">
<h1>Playlist</h1>
<select multiple="multiple" ng-model="val" ng-options="answer for answer in ListAnswer"></select>