fix(auto-complete): cannot use configProvider prefixCls #4566 (#4568)

Co-authored-by: candychuang <candychuang@tencent.com>

close #4566
pull/4579/head
CandyTong 2021-08-24 23:01:20 +08:00 committed by GitHub
parent 72b1312209
commit f1488e1545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const AutoComplete = {
name: 'AAutoComplete',
props: {
...AutoCompleteProps,
prefixCls: PropTypes.string.def('ant-select'),
prefixCls: PropTypes.string,
showSearch: PropTypes.bool.def(false),
transitionName: PropTypes.string.def('slide-up'),
choiceTransitionName: PropTypes.string.def('zoom'),