diff --git a/src/components/Widgets/RelationControl.js b/src/components/Widgets/RelationControl.js index fa6b3c94..378b0e60 100644 --- a/src/components/Widgets/RelationControl.js +++ b/src/components/Widgets/RelationControl.js @@ -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();