Skip to content

Commit c77f9ef

Browse files
committed
chore: optimize imports * 7
1 parent 2444bb7 commit c77f9ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/fields/ComboBox/ComboBox.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ export const ComboBox = forwardRef(function ComboBox<T extends object>(
192192
let state = useComboBoxState({
193193
...props,
194194
defaultFilter: filter || contains,
195+
filter: undefined,
195196
allowsEmptyCollection: isAsync,
196197
menuTrigger,
197198
});

0 commit comments

Comments
 (0)