PLT-6735 Fixed unknown prop warning from SuggestionBox (#6618)
Этот коммит содержится в:
коммит произвёл
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',
|
||||
|
||||
Ссылка в новой задаче
Block a user