Skip to content

Commit

Permalink
Merge pull request #299 from appsembler/matej-work/increase-autofetch…
Browse files Browse the repository at this point in the history
…-delay-on-input

Increase waiting time upon typing in LPO search
  • Loading branch information
johnbaldwin authored Dec 10, 2020
2 parents 51ca5b1 + 05fd032 commit 131f462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/views/ProgressOverview.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ class ProgressOverview extends Component {
<div className={styles['refining-container__filters']}>
<ListSearch
valueChangeFunction={this.setSearchQuery}
waitInterval={2000}
inputPlaceholder='Search by users name, username or email...'
/>
<div className={styles['multiselect-container']}>
Expand Down

0 comments on commit 131f462

Please sign in to comment.