Skip to content

Commit bd553de

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/auto-complete/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const AutoComplete = defineComponent({
3333
inheritAttrs: false,
3434
props: {
3535
...autoCompleteProps,
36-
prefixCls: PropTypes.string.def('ant-select'),
36+
prefixCls: PropTypes.string,
3737
showSearch: PropTypes.looseBool,
3838
transitionName: PropTypes.string.def('slide-up'),
3939
choiceTransitionName: PropTypes.string.def('zoom'),

0 commit comments

Comments
 (0)