Co-authored-by: candychuang <candychuang@tencent.com> close #4566pull/4577/head
parent
c6c004ce8d
commit
bd553de501
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue