We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b1312 commit f1488e1Copy full SHA for f1488e1
components/auto-complete/index.jsx
@@ -43,7 +43,7 @@ const AutoComplete = {
43
name: 'AAutoComplete',
44
props: {
45
...AutoCompleteProps,
46
- prefixCls: PropTypes.string.def('ant-select'),
+ prefixCls: PropTypes.string,
47
showSearch: PropTypes.bool.def(false),
48
transitionName: PropTypes.string.def('slide-up'),
49
choiceTransitionName: PropTypes.string.def('zoom'),
0 commit comments