Skip to content

Commit

Permalink
fix(auto-complete): cannot use configProvider prefixCls vueComponent#…
Browse files Browse the repository at this point in the history
  • Loading branch information
candychuang committed Aug 24, 2021
1 parent c6c004c commit 24c2481
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 24c2481

Please sign in to comment.