Pulling-icon appears when activating <input>

Hi guys,

firstly I want to thank you so much for your outstanding work! I fell in love with ionic within hours. :smile:

Now I’m not sure if I found a bug or if I’m doing something wrong.
I got something like this in my ion-content:

<ion-refresher on-refresh="fetchValues()" refreshing-icon="ion-loading-c">
</ion-refresher>

<div class="list list-inset">
   <label class="item item-input">
      <i class="icon ion-search placeholder-icon"></i>
      <input type="text" ng-model="searchTerm">
   </label>
</div>

My ion-header has no background. When activating/clicking the input field the pulling-icon of the ionRefresher appears. Is this something you can approve?
I don’t know if this is the right place for this question, so tell me if you want me to report it somewhere else. :wink:

Thank you in advance!
John