Skip to content

Commit 833778e

Browse files
Merge pull request #572 from thejackshelton/main
docs(combobox): deprecation warning on ComboboxPortal
2 parents 9577bd9 + a5eb8f9 commit 833778e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/kit-headless/src/components/combobox/combobox-portal.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ import {
1414
import { ContextPair, openPortalContextId } from '../qwik-ui-provider';
1515
import ComboboxContextId from './combobox-context-id';
1616

17+
/**
18+
* @deprecated This component is deprecated and has been replaced with `ComboboxPopover`. It will be removed in future versions.
19+
*/
1720
export const ComboboxPortal: FunctionComponent<{
1821
children: JSXNode;
1922
contextIds?: ComboboxPortalProps['contextIds'];

0 commit comments

Comments
 (0)