Skip to content

Commit

Permalink
fix(auto-complete): cannot use configProvider prefixCls #4566 (#4569)
Browse files Browse the repository at this point in the history
Co-authored-by: candychuang <candychuang@tencent.com>

close #4566
  • Loading branch information
candy-Tong authored Aug 24, 2021
1 parent c6c004c commit bd553de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/auto-complete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const AutoComplete = defineComponent({
inheritAttrs: false,
props: {
...autoCompleteProps,
prefixCls: PropTypes.string.def('ant-select'),
prefixCls: PropTypes.string,
showSearch: PropTypes.looseBool,
transitionName: PropTypes.string.def('slide-up'),
choiceTransitionName: PropTypes.string.def('zoom'),
Expand Down

0 comments on commit bd553de

Please sign in to comment.