dash icon indicating copy to clipboard operation
dash copied to clipboard

Data Apps & Dashboards for Python. No JavaScript Required.

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

Replace graph prepend/extend trace test assertions with DOM nodes graph inspection. Resolve #2181

# Problem Currently, the tooltip of `dcc.RangeSlider` can be used to display the `value` property of the slider. It would be nice if it could display an arbitrary string. E.g....

Hi Dash team! I'm hoping to get some help with a bug I found in dash-table. **The Bug:** In my application, users copy and paste data into a dash-table, and...

bug

Dear all, I tried to run the example test from https://dash.plotly.com/testing. When executing `pytest -k bsly001`, I run into: ``` _________________________________ ERROR at setup of test_bsly001_falsy_child _________________________________ @pytest.fixture def dash_thread_server()...

**Describe your context** Environment currently running in Docker, with the following Dockerfiles: Our ubuntu:latest dockerfile: FROM ubuntu:20.04 ENV DEBIAN_FRONTEND="noninteractive" \ LC_ALL="en_US.UTF-8" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US.UTF-8" RUN apt-get update && \...

Replace `Any` types in case `dash[testing]` was not installed but the fixtures used with a custom class that raise a proper error message. Resolve #2183

Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find...

**Describe your context** ``` dash 2.3.1 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-labs 1.0.3 dash-table 5.0.0 ``` Following six line demonstrator works with static layout: ``` app.layout = layout() ``` but fails...

**Environment:** dash==2.5.1 and 2.6.0 dash-bootstrap-components==1.2.0 dash-table==5.0.0 **Brower** Safari and Chrome on IOS **Describe the bug** Prior to upgrading Dash (I was using 2.4.0 prior), my app displayed perfectly as an...

Thank you so much for helping improve the quality of Dash! We do our best to catch bugs during the release process, but we rely on your help to find...