diff --git a/webapp/components/suggestion/suggestion_box.jsx b/webapp/components/suggestion/suggestion_box.jsx index a8ee25db9f..93e8b2583f 100644 --- a/webapp/components/suggestion/suggestion_box.jsx +++ b/webapp/components/suggestion/suggestion_box.jsx @@ -287,6 +287,7 @@ export default class SuggestionBox extends React.Component { Reflect.deleteProperty(props, 'providers'); Reflect.deleteProperty(props, 'onChange'); // We use onInput instead of onChange on the actual input Reflect.deleteProperty(props, 'onItemSelected'); + Reflect.deleteProperty(props, 'completeOnTab'); const childProps = { ref: 'textbox',