dash-core-components
dash-core-components copied to clipboard
OBSOLETE: now part of https://github.com/plotly/dash
### Environment ``` dash 1.12.0 dash-core-components 1.10.0 dash-html-components 1.0.3 dash-renderer 1.4.1 dash-table 4.7.0 ``` - OS: Windows 10 - Browser Chrome - Version 83.0.4103.97 ### Description I use `dcc.DatePickerRange` without...
We've developed quite a melange of capitalizations in our prop names. Let's standardize on `snake_case` for everything in this repo. Our consensus is the only exception to this rule should...
partially addresses https://github.com/plotly/dash-core/issues/146 The purpose of this PR is to add an optional numerical input box to the dcc.Slider component. For a demo of what this new feature looks like,...
Hi, I am trying to use the upload component in one of my apps. Recently upgraded to dash 1.20.0 and have found that the component doesn't work anymore. The debug...
Is it possible to display the month and day names in the browser's default language? Or force one that's not English?
These components return the following error when a boolean `value` is passed and `app.run_server(debug=True`): ``` Invalid argument `options[0].value` passed into RadioItems ``` The components should be updated to natively support...
## Explanation Search is very convenient for dropdowns. Usually, a user may search by a nickname or with mistakes. Example: - in locations show option 'Sao Paulo' for search 'São...
I would like to build an application using some kind of model-view-controller pattern with two main threads: - One thread running the Dash application (View) - Another one performing real...
The defaultProps for `animation_options` are `{ frame: { redraw: false, }, transition: { duration: 750, ease: 'cubic-in-out', }, }`, but `Plotly.animate` takes an "easing" argument, not "ease". I don't see...
The dropdown element has Duplicate IDs violating HMTL specification. For example this exists in the example on the documentation page: https://dash.plotly.com/dash-core-components/dropdown The element has the same ID as one of...