Skip to content

Commit 360a211

Browse files
docs(combobox): remove portal stuff
deprecated
1 parent 5ed29ee commit 360a211

File tree

1 file changed

+0
-21
lines changed
  • apps/website/src/routes/docs/headless/combobox

1 file changed

+0
-21
lines changed

apps/website/src/routes/docs/headless/combobox/index.mdx

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,6 @@ Qwik UI's Combobox implementation follows the [WAI-Aria Combobox specifications]
4141

4242
<br />
4343

44-
> In Beta, we're currently supporting the **`Autocomplete`** configuration. We aim to support other combobox configurations according to our [roadmap](https://github.com/qwikifiers/qwik-ui/issues/405)
45-
46-
<br />
47-
48-
The Combobox component makes use of [portals](https://qwik.builder.io/docs/cookbook/portal/#portal). A basic use case for a portal is to prevent overflow issues in your UI. To support portals in Qwik UI, please add the following around your layout.tsx.
49-
50-
<CodeSnippet name="qwik-ui-provider" />
51-
52-
## **Context Caveats**
53-
54-
Portals are still currently in **Beta**, as a result, you may experience an issue using your own context to pass data into the portal children.
55-
56-
If you do experience any context related issues, add the following **contextIds** prop to the **ComboboxPortal** component.
57-
58-
<CodeSnippet name="context-ids" />
59-
60-
It takes in an array of string context id's as a prop. We also have a live example below with context.
61-
If you are not using context inside the portal children, this will not be an issue.
62-
63-
<br />
64-
6544
## Building blocks
6645

6746
<CodeSnippet name="building-blocks" />

0 commit comments

Comments
 (0)