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