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 b459a7c commit 5d1d6dbCopy full SHA for 5d1d6db
1 file changed
reflex/components/core/debounce.py
@@ -111,6 +111,7 @@ def create(cls, *children: Component, **props: Any) -> Component:
111
child_ref = child.get_ref()
112
if props.get("input_ref") is None and child_ref:
113
props["input_ref"] = Var(_js_expr=child_ref, _var_type=str)
114
+ if child.id is not None:
115
props["id"] = child.id
116
117
# Set the child element to wrap, including any imports/hooks from the child.
0 commit comments