From fc7f6ffd326a09946fee5b55425a716c0e0bc4bb Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Sat, 10 Jun 2017 16:06:39 -0400 Subject: PLT-6735 Fixed unknown prop warning from SuggestionBox (#6618) --- webapp/components/suggestion/suggestion_box.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp') diff --git a/webapp/components/suggestion/suggestion_box.jsx b/webapp/components/suggestion/suggestion_box.jsx index a8ee25db9..93e8b2583 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', -- cgit v1.2.3-1-g7c22