feat(app): debounce on all search fields (#3058)

This commit is contained in:
xAt0mZ
2019-08-12 16:27:05 +02:00
committed by GitHub
parent c12ce5a5c7
commit 96155ac97f
36 changed files with 36 additions and 36 deletions

View File

@@ -52,7 +52,7 @@
></services-datatable-actions>
<div class="searchBar">
<i class="fa fa-search searchIcon" aria-hidden="true"></i>
<input type="text" class="searchInput" ng-model="$ctrl.state.textFilter" ng-change="$ctrl.onTextFilterChange()" placeholder="Search..." auto-focus>
<input type="text" class="searchInput" ng-model="$ctrl.state.textFilter" ng-change="$ctrl.onTextFilterChange()" placeholder="Search..." auto-focus ng-model-options="{ debounce: 300 }">
</div>
<div class="table-responsive">
<table class="table table-hover nowrap-cells">