File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ export default {
7777 const { prefixCls, inputPrefixCls, size, ...others } = getOptionProps ( this ) ;
7878 const suffix = getComponentFromProp ( this , 'suffix' ) ;
7979 const enterButton = getComponentFromProp ( this , 'enterButton' ) ;
80+ const addonAfter = getComponentFromProp ( this , 'addonAfter' ) ;
81+ const addonBefore = getComponentFromProp ( this , 'addonBefore' ) ;
8082 const buttonOrIcon = this . getButtonOrIcon ( ) ;
8183 let searchSuffix = suffix ? [ suffix , buttonOrIcon ] : buttonOrIcon ;
8284 if ( Array . isArray ( searchSuffix ) ) {
@@ -99,6 +101,8 @@ export default {
99101 prefixCls : inputPrefixCls ,
100102 size,
101103 suffix : searchSuffix ,
104+ addonAfter,
105+ addonBefore,
102106 } ,
103107 attrs : this . $attrs ,
104108 on : {
You can’t perform that action at this time.
0 commit comments