plotly / dash

Data Apps & Dashboards for Python. No JavaScript Required.
https://plotly.com/dash
MIT License
21.25k stars 2.05k forks source link

Fix pattern matching in side updates (running/progress/set_props) #2876

Closed T4rk1n closed 3 months ago

T4rk1n commented 3 months ago

Fix #2863

Fixes for cases where the given id has a MATCH, ALL, ALLSMALLER wildcard in callback running argument, progress for background callbacks and set_props.

T4rk1n commented 3 months ago

I notice the running is not available/working with clientside callbacks, it could be working with a bit of refactor and I think could be useful when the clientside callback returns a promise.

gvwilson commented 3 months ago

💯