You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for making this package, it works well! Only error I had now is when I tried to use triggered_id = ctx.triggered_id within a callback function, it gives this error: dash.callback_context.triggered_id is only available from a callback. I need access to this variable in order to distinguish which input triggered the callback function.
Did I miss something and how should I fix it? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, thanks for making this package, it works well! Only error I had now is when I tried to use
triggered_id = ctx.triggered_id
within a callback function, it gives this error: dash.callback_context.triggered_id is only available from a callback. I need access to this variable in order to distinguish which input triggered the callback function.Did I miss something and how should I fix it? Thanks!
The text was updated successfully, but these errors were encountered: