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 72b1312 commit fcb1d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/auto-complete/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit fcb1d85

Please sign in to comment.