Skip to content

Commit e05794c

Browse files
committed
lint
1 parent f0b62ae commit e05794c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/combobox/root/AriaCombobox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ export function AriaCombobox<Value = any, Mode extends SelectionMode = 'none'>(
844844
});
845845

846846
useValueChanged(items, () => {
847-
if (selectionMode !== 'single' || hasInputValue || inputInsidePopup) {
847+
if (selectionMode !== 'single' || hasInputValue || inputInsidePopup || queryChangedAfterOpen) {
848848
return;
849849
}
850850

0 commit comments

Comments
 (0)