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
- adds `dash.ctx`, a more concise name for `dash.callback_context`
11
+
- adds `ctx.triggered_prop_ids`, a dictionary of the component ids and props that triggered the callback.
12
+
- adds `ctx.triggered_id`, the `id` of the component that triggered the callback.
13
+
- adds `ctx.args_grouping`, a dict of the inputs used with flexible callback signatures.
14
+
7
15
### Fixed
8
16
9
17
- [#2015](https://github.com/plotly/dash/pull/2015) Fix bug [#1854](https://github.com/plotly/dash/issues/1854) in which the combination of row_selectable="single or multi" and filter_action="native" caused the JS error.
0 commit comments