lengthen relation search debounce to reduce lag

This commit is contained in:
Shawn Erquhart 2017-06-30 17:58:26 -04:00
parent 4170b83a33
commit 324340135b

View File

@ -69,7 +69,7 @@ class RelationControl extends Component {
const collection = field.get('collection');
const searchFields = field.get('searchFields').toJS();
this.props.query(this.controlID, collection, searchFields, value);
}, 100);
}, 500);
onSuggestionsClearRequested = () => {
this.props.clearSearch();