Skip to content

Commit 09f526e

Browse files
Add missing description for hidden_until_found prop
- Complete prop descriptions for CollapsiblePanel class - Both hidden_until_found and keep_mounted now have descriptions from Base UI docs - Ensures consistency between .py and .pyi files Co-Authored-By: Carlos Cutillas <[email protected]>
1 parent 55224f5 commit 09f526e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reflex_ui/components/base/collapsible.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class CollapsiblePanel(CollapsibleBaseComponent):
7373

7474
tag = "Collapsible.Panel"
7575

76+
# Allows the browser's built-in page search to find and expand the panel contents. Overrides the `keepMounted` prop and uses `hidden="until-found"` to hide the element without removing it from the DOM.
7677
hidden_until_found: Var[bool]
7778

7879
# Whether to keep the element in the DOM while the panel is hidden. This prop is ignored when `hiddenUntilFound` is used.

0 commit comments

Comments
 (0)