We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f437e91 commit accea40Copy full SHA for accea40
components/auto-complete/index.tsx
@@ -28,7 +28,7 @@ const AutoComplete = defineComponent({
28
props: {
29
...AutoCompleteProps,
30
prefixCls: PropTypes.string.def('ant-select'),
31
- showSearch: PropTypes.looseBool.def(false),
+ showSearch: PropTypes.looseBool,
32
transitionName: PropTypes.string.def('slide-up'),
33
choiceTransitionName: PropTypes.string.def('zoom'),
34
autofocus: PropTypes.looseBool,
v2-doc
0 commit comments