lengthen relation search debounce to reduce lag
This commit is contained in:
parent
4170b83a33
commit
324340135b
@ -69,7 +69,7 @@ class RelationControl extends Component {
|
|||||||
const collection = field.get('collection');
|
const collection = field.get('collection');
|
||||||
const searchFields = field.get('searchFields').toJS();
|
const searchFields = field.get('searchFields').toJS();
|
||||||
this.props.query(this.controlID, collection, searchFields, value);
|
this.props.query(this.controlID, collection, searchFields, value);
|
||||||
}, 100);
|
}, 500);
|
||||||
|
|
||||||
onSuggestionsClearRequested = () => {
|
onSuggestionsClearRequested = () => {
|
||||||
this.props.clearSearch();
|
this.props.clearSearch();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user