Skip to content

Commit 28f79b3

Browse files
committed
add hidden to clientside callbacks as configurable option
1 parent be4ac7c commit 28f79b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ def register_clientside_callback(
854854
None,
855855
prevent_initial_call,
856856
no_output=no_output,
857-
hidden=True,
857+
hidden=kwargs.get("hidden", False),
858858
)
859859

860860
# If JS source is explicitly given, create a namespace and function

0 commit comments

Comments
 (0)