Select box flickers when blurring input field, with attached model (ANDROID)

I haven’t updated my app in months. Randomly, I started noticing issues with select boxes. Whenever we would leave an input field, that uses ng-model, tapping the select box would cause the select box to display twice. Also, when selecting an option, in the select box, the selected option doesn’t register as being selected. Here’s some sample code:

    <input type="text" ng-model="name">
    <select>
      <option value="">Select State</option>
      <option>AL</option>
      <option>AK</option>
    </select>

Here’s the kicker. I made a brand new ionic app, and this code caused flicker. I create a brand new cordova app, and put this code in, and there was no flicker.

Any help would be greatly appreciated.

@heezo Are you able to manage this issue, i am having the same issue now