dash
dash copied to clipboard
Data Apps & Dashboards for Python. No JavaScript Required.
Issue: When attempting to delete text entered into the Dropdown component within the DataTable, the behavior is inconsistent. Sometimes, pressing the backspace or delete buttons will remove the entered letter,...
**Context** Plotly, gunicorn, nginx, redis cache ``` dash 2.15.0 dash-auth 2.0.0 dash-bootstrap-components 1.5.0 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-mantine-components 0.12.1 dash-table 5.0.0 ``` **Description** I have roughly 15 graphs that use...
## Describe the bug "Click" button is the Input for two callbacks. When we click it, both should be triggered: - the first one takes a long time (e.g. 3...
This PR updates the ignore pattern check we run as we're gathering component files during `dash-generate-components`. As an example, if the filepath is in the following common form, `src/lib/components/_MyComponent.react.js`, the...
**Describe your context** Please provide us your environment, so we can easily reproduce the issue.¨ 16 core 32 Thread dual CPU server, view selected to show all cores Running in...
For regular callbacks, when multiple call of `set_props` to the same component id, only the last call is saved. Example: ``` from dash import Dash, Input, html, set_props app =...
https://github.com/plotly/notebook-to-app/actions/runs/8974757424/job/24647808759#step:9:1283 We've reverted to 2.16.1 for the time being.
**Is your feature request related to a problem? Please describe.** I'm trying to add a `tag input` to my Dash application. I couldn't find such a component in the library,...
Our docs tests test different paths: https://github.com/plotly/ddk-dash-docs/blob/main/tests/integration/test_bad_paths.py With Dash 2.17, some of these tests fail because the page never loads The page ends up stuck in a state like this...
When generating new components using the dash typescript boilerplate, there is an issue with props containing a hyphen. E.g., if I try to generate bindings for a component, which has...