Skip to content

Commit accea40

Browse files
committed
fix: auto-complete filterOptions not work
1 parent f437e91 commit accea40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/auto-complete/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const AutoComplete = defineComponent({
2828
props: {
2929
...AutoCompleteProps,
3030
prefixCls: PropTypes.string.def('ant-select'),
31-
showSearch: PropTypes.looseBool.def(false),
31+
showSearch: PropTypes.looseBool,
3232
transitionName: PropTypes.string.def('slide-up'),
3333
choiceTransitionName: PropTypes.string.def('zoom'),
3434
autofocus: PropTypes.looseBool,

0 commit comments

Comments
 (0)