Here is the code snippet:
<select class="form-control" ng-model="picFile[$index].paperSize" >
<option value="A4">A4</option>
<option value="A5">A5</option>
<option value="A3">A3</option>
</select>
Although this code works on other browsers' mobile views, it doesn't seem to work on Google Chrome's mobile view. Can anyone provide a solution to this issue?