Skip to content

Commit

Permalink
fix: auto-complete filterOptions not work
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed May 24, 2021
1 parent f437e91 commit accea40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/auto-complete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const AutoComplete = defineComponent({
props: {
...AutoCompleteProps,
prefixCls: PropTypes.string.def('ant-select'),
showSearch: PropTypes.looseBool.def(false),
showSearch: PropTypes.looseBool,
transitionName: PropTypes.string.def('slide-up'),
choiceTransitionName: PropTypes.string.def('zoom'),
autofocus: PropTypes.looseBool,
Expand Down

0 comments on commit accea40

Please sign in to comment.