1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 36 additions and 36 deletions

View file

@ -55,7 +55,7 @@
</div>
<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 table-filters nowrap-cells">