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.
2 parents 9577bd9 + a5eb8f9 commit 833778eCopy full SHA for 833778e
packages/kit-headless/src/components/combobox/combobox-portal.tsx
@@ -14,6 +14,9 @@ import {
14
import { ContextPair, openPortalContextId } from '../qwik-ui-provider';
15
import ComboboxContextId from './combobox-context-id';
16
17
+/**
18
+ * @deprecated This component is deprecated and has been replaced with `ComboboxPopover`. It will be removed in future versions.
19
+ */
20
export const ComboboxPortal: FunctionComponent<{
21
children: JSXNode;
22
contextIds?: ComboboxPortalProps['contextIds'];
0 commit comments