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 10eeb73 commit f12054dCopy full SHA for f12054d
src/components/fields/ComboBox/ComboBox.tsx
@@ -877,7 +877,6 @@ function ComboBoxOverlay({
877
updatePosition();
878
}, 3);
879
}
880
-
881
}, [isOpen]);
882
883
// Extract primary placement direction for consistent styling
src/components/fields/Select/Select.tsx
@@ -533,7 +533,6 @@ export function ListBoxPopup({
533
534
535
536
537
}, [state.isOpen]);
538
539
// Get props for the listbox
0 commit comments