Skip to content

Commit

Permalink
delay schema filtering to improve responsiveness (fixes getredash#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Jan 8, 2018
1 parent 9a694a2 commit bd18cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/components/queries/schema-browser.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="schema-container">
<div class="schema-control">
<input type="text" placeholder="Search schema..." class="form-control" ng-model="$ctrl.schemaFilter">
<input type="text" placeholder="Search schema..." class="form-control" ng-model="$ctrl.schemaFilter" ng-model-options="{ debounce: 500 }">
<button class="btn btn-default"
title="Refresh Schema"
ng-click="$ctrl.onRefresh()">
Expand Down

0 comments on commit bd18cf8

Please sign in to comment.