Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

Disable-user-behavior added as a class randomly?

$
0
0

@kpennell wrote:

I have an input with a button that clears it. All of a sudden, the button won't fire at (not even a console.log). I see a disable-user-behavior being added to it? Why?

  > <div class="col list-header-col">
>                 <label class="item-input-wrapper">
>                     <i class="icon ion-search placeholder-icon"></i>
>                     <input type="search" ng-model="searchQuery" placeholder="Filter">
>                     <button ng-if="searchQuery.length" ng-click="clearFilter" on-touch="clearFilter" class="input-button button-icon ion-ios-close-empty">
>                     </button>
>                 </label>
>             </div>
>         </div>


<div class="col list-header-col">
                <label class="item-input-wrapper">
                    <i class="icon ion-search placeholder-icon"></i>
                    <input type="search" ng-model="searchQuery" placeholder="Filter" class="ng-valid ng-dirty ng-valid-parse ng-touched">

                    <button ng-click="clearFilter" on-touch="clearFilter" class="input-button button-icon ion-ios-close-empty disable-user-behavior">
                    </button>
                </label>
            </div>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>