-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue using All-in-One Component in DjangoDash app #452
Comments
Reproductions are always good, and sometimes essential. However first a couple of quick questions might throw some light on the issue:
Frankly, the closest we have to a known issue is the |
@delsim Thanks for the debugging help! I'll get an example together & link it when it's ready.
The modal AIO in question has a |
@anjunatl callbacks for sure do need to be registered with the It looks like the structure of AIO is not compatible with dpd at the moment - essentially as it uses a new |
I'm porting a Dash app to DPD for work & ran into an issue with a custom All-in-One Component on a
% plotly_direct
dash app. it's adash-bootstrap-components
modal that displays when the user interacts with a table row. The modal display toggle worked OK without any extra intervention, but the Save/Cancel buttons inside the modal do not work anymore. Clicking on them does nothing & no errors are thrown to the console.I'm curious if there's any additional setup I need to do, or if this might relate to
@callback
vsapp=DjangoDash(...) & @app.callback
, or if I'm missing something else that might be causing this issue.Thanks for your time & for maintaining this library 😄 I'm hoping this might be a known issue -- if example code is needed let me know & I can make a generic example repo to reproduce the issue.
The text was updated successfully, but these errors were encountered: