diff --git a/dash/_callback.py b/dash/_callback.py index 9b272895c8..fa41cde51f 100644 --- a/dash/_callback.py +++ b/dash/_callback.py @@ -854,6 +854,7 @@ def register_clientside_callback( None, prevent_initial_call, no_output=no_output, + hidden=kwargs.get("hidden", False), ) # If JS source is explicitly given, create a namespace and function