fix #685
This commit is contained in:
parent
f06997e18c
commit
bcff25e73c
2 changed files with 5 additions and 1 deletions
|
@ -239,7 +239,8 @@
|
|||
[`${prefixCls}-group-with-prepend`]: this.prepend,
|
||||
[`${prefixCls}-group-with-append`]: this.append || (this.search && this.enterButton),
|
||||
[`${prefixCls}-hide-icon`]: this.append, // #554
|
||||
[`${prefixCls}-with-search`]: (this.search && this.enterButton)
|
||||
[`${prefixCls}-with-search`]: (this.search && this.enterButton),
|
||||
[`${prefixCls}-wrapper-disabled`]: this.itemDisabled // #685
|
||||
}
|
||||
];
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue