Ann Marie Ward
Ann Marie Ward
Here is another related issue. If `dcc.Location` is in one of the pages rather than in `app.py`, navigation can be buggy ```python """ Try alternating between pg1 and pg2 by...
@JamesKunstle I'm about to do a PR to add some features to `dcc.Loading` Would you like to collaborate on this project?
Great! I saw you post on the forum recently - I'll send you a PM there
I know this is an old topic, but I'm working on updating `dcc.Loading` in PR #2760 and wanted to see if this was still an issue. I tried the code...
One issue with adding the `color` prop is that if someone clicks and drags on the color picker, it will fire the callback a bazillion times. Not sure if there...
@matt-buckley I can't replicate your issue. Can you make an example? ``` import time from dash import Dash, Input, Output, html, dcc def get_data(): time.sleep(4) return def make_figure(): time.sleep(4) return...
This topic has been around a long time. Just thought I'd consolidate a couple issues and forum posts that might be helpful - just in case it gets on the...
@celia-lm Would the `ctx.args_grouping` be helpful? See more info in the args_grouping examples in this [forum post](https://community.plotly.com/t/dash-2-x-feature-preview-simplified-callbacks/61738#point_right-introducing-ctxargs_grouping-5)
Hi @DavidKatz-il Thanks for reporting. I could replicate this with your example. Given that it's using the same version of dmc, it's reasonable to assume that it's caused by something...
That’s helpful - thanks @DavidKatz-il ! The question is why is it not registering the `n_clicks` when it's in the `dmc.Notification`. The `n_clicks` works fine when it's returned in the...