Skip to content

Commit f1488e1

Browse files
authored
fix(auto-complete): cannot use configProvider prefixCls #4566 (#4568)
Co-authored-by: candychuang <[email protected]> close #4566
1 parent 72b1312 commit f1488e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/auto-complete/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const AutoComplete = {
4343
name: 'AAutoComplete',
4444
props: {
4545
...AutoCompleteProps,
46-
prefixCls: PropTypes.string.def('ant-select'),
46+
prefixCls: PropTypes.string,
4747
showSearch: PropTypes.bool.def(false),
4848
transitionName: PropTypes.string.def('slide-up'),
4949
choiceTransitionName: PropTypes.string.def('zoom'),

0 commit comments

Comments
 (0)