We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c004c commit bd553deCopy full SHA for bd553de
components/auto-complete/index.tsx
@@ -33,7 +33,7 @@ const AutoComplete = defineComponent({
33
inheritAttrs: false,
34
props: {
35
...autoCompleteProps,
36
- prefixCls: PropTypes.string.def('ant-select'),
+ prefixCls: PropTypes.string,
37
showSearch: PropTypes.looseBool,
38
transitionName: PropTypes.string.def('slide-up'),
39
choiceTransitionName: PropTypes.string.def('zoom'),
0 commit comments