PLT-6735 Fixed unknown prop warning from SuggestionBox (#6618)

Этот коммит содержится в:
Harrison Healey
2017-06-10 16:06:39 -04:00
коммит произвёл Corey Hulen
родитель 91008ea2a5
Коммит fc7f6ffd32

Просмотреть файл

@@ -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',