mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-29 02:26:27 +08:00
update
This commit is contained in:
parent
508bc719a7
commit
8f64fd5fd8
@ -85,7 +85,6 @@ export default class Search extends React.Component<SearchProps, any> {
|
|||||||
[`${prefixCls}-enter-button`]: !!enterButton,
|
[`${prefixCls}-enter-button`]: !!enterButton,
|
||||||
[`${prefixCls}-${size}`]: !!size,
|
[`${prefixCls}-${size}`]: !!size,
|
||||||
});
|
});
|
||||||
console.log(searchSuffix);
|
|
||||||
return (
|
return (
|
||||||
<Input
|
<Input
|
||||||
onPressEnter={this.onSearch}
|
onPressEnter={this.onSearch}
|
||||||
|
Loading…
Reference in New Issue
Block a user