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

**Describe your context** The default value for `dash.Dash` instance attribute `url_base_pathname` is `None` instead of `/` as indicated in the documentation. When deployed on `localhost:8050` there are no issues, however...

**Describe the bug** When a `DataTable` is initialised with `cell_selectable=False`, text cannot be copied to the clipboard. This is independent of the issue in #1975 where cells in columns with...

These dependencies are currently only in the long callback definition and thus not represented when opening the devtools callback graph. Since they have no input, they should be linked from...

Long callbacks `progress`, `running` and `cancel` dependencies should support pattern matching ids.

bug
long-callback

Envs: ``` dash 2.4.1 dash-bootstrap-components 1.1.0 dash-core-components 2.0.0 dash-extensions 0.1.3 dash-html-components 2.0.0 dash-table 5.0.0 - Ubuntu 22.04 LTS -Mozilla Firefox Browser 101.0.1 (64-bit) **Describe the bug** When using dcc.Store as...

Hi everyone, has anyone fixed the problem reported here? `https://github.com/plotly/dash-core-components/issues/816` Thanks!

**Describe your context** ``` dash 1.9.1 dash-bootstrap-components 0.8.3 dash-core-components 1.8.1 dash-daq 0.4.0 dash-html-components 1.0.2 dash-renderer 1.2.4 dash-table 4.6.1 ``` - OS: MacOS 10.15.3 - Browser: Safari - Version 13.0.5 **Describe...

**Describe your context** I am using the datatable as described in [Backend Paging with Filtering and Multi-Column Sorting]( https://dash.plotly.com/datatable/callbacks#backend-paging-with-filtering-and-multi-column-sorting.) I have taken that code one step further by adding a...

Hello I suggest that the pytest plugin should not be registered by default on dash installation. A clean install of pytest without any plugins automatically activates `dash-1.3.1` plugin (which increases...

dash-type-enhancement
dash-stage-in_review

fix: soft file there is no props defined Check if export is either a class or function that returns JSX element This allows for none exported JSX functions in the...

infrastructure
feature
P2
community