dash icon indicating copy to clipboard operation
dash copied to clipboard

Data Apps & Dashboards for Python. No JavaScript Required.

Results 557 dash issues
Sort by recently updated
recently updated
newest added

Hi, I have a feature request: allow circular callbacks causing an infinite loop. Dash is going out of its way to detect and reject circular callback cycles (or allow cycle...

**Describe your context** Using the datatable with filters to specify data shown in [Backend Paging with Filtering](https://dash.plotly.com/datatable/callbacks#backend-paging-with-filtering) ``` dash 2.3.1 dash-core-components 2.0.0 dash-daq 0.5.0 dash-html-components 2.0.0 dash-table 5.0.0 ``` -...

First of all, thank you for Plotly and Dash. They are both very useful and amazing pieces of software and I appreciate the hard work. I have a feature request...

**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` Package Version Location...

**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` Package Version Location...

In the file `MAKE_A_NEW_BACK_END.md` of the master version we see at line 35: ``` - `_dash-layout"`: Gives the JSON structure of the initial Dash components to render on the page...

It should be possible to render arbitrary keys as component inside an object prop. Example typescript props: ```ts type Props = { dynamic: {[k: string]: JSX.Element} } ``` prop-types: `PropTypes.objectOf(PropTypes.node)`

As requested by @alexcjohnson in https://github.com/plotly/react-cytoscapejs/pull/99#issuecomment-1182411086 , this pulls in the https://github.com/plotly/react-cytoscapejs/pull/99 version of react-cytoscapejs and adds cytoscape as a direct dependency (as it is a peer dependency of react-cytoscapejs...

**Describe your context** Please provide us your environment, so we can easily reproduce the issue. - replace the result of `pip list | grep dash` below ``` dash 2.5.1 dash-core-components...

When defining props on component, if you have two props that can be components inside a list of dictionaries, the components are not rendered and a react error indicate objects...

bug