We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2444bb7 commit c77f9efCopy full SHA for c77f9ef
src/components/fields/ComboBox/ComboBox.tsx
@@ -192,6 +192,7 @@ export const ComboBox = forwardRef(function ComboBox<T extends object>(
192
let state = useComboBoxState({
193
...props,
194
defaultFilter: filter || contains,
195
+ filter: undefined,
196
allowsEmptyCollection: isAsync,
197
menuTrigger,
198
});
0 commit comments