This commit is contained in:
ztplz 2018-11-15 13:56:55 +08:00 committed by 偏右
parent 508bc719a7
commit 8f64fd5fd8

View File

@ -85,7 +85,6 @@ export default class Search extends React.Component<SearchProps, any> {
[`${prefixCls}-enter-button`]: !!enterButton,
[`${prefixCls}-${size}`]: !!size,
});
console.log(searchSuffix);
return (
<Input
onPressEnter={this.onSearch}