dash-core-components
dash-core-components copied to clipboard
OBSOLETE: now part of https://github.com/plotly/dash
While reviewing the NLP app in our gallery (https://dash-gallery.plotly.host/dash-nlp/), I noticed that selections in title case appeared to bleed into the upper case options when linewrapped, as seen here: ...
I run plotly dash in Ubuntu 20.04. I meet this issue, why? how can I fix it? 
**pip list** ``` dash (1.0.2) dash-bootstrap-components (0.7.0) dash-core-components (1.0.0) dash-daq (0.1.7) dash-html-components (1.0.0) dash-renderer (1.0.0) dash-table (4.0.2) ``` **Describe the bug** Writing `dcc.Dropdown(id='myDropdown', className='myClass', ...)` does not work. **Expected behavior**...
Starting `dash-core-components==1.16`, there is a new weird behaviour of dcc.DatePickerRange `.` With `max_date_allowed` enabled, when a user selects a start date, then, the disabled day will become unmarked (but user...
This would enable users to update the tab: 1. When navigating pages with `dcc.Location` 2. When updating tabs with `dcc.Tabs` I've helped a customer with a similar component with an...
A couple of ideas came out of https://github.com/plotly/dash/issues/1441 - `type: 'text'` to allow you to display arbitrary text during loading - Is there some way we could display certain dash...
Issue discovered in community: https://community.plot.ly/t/dash-working-as-a-background-process/10412 It looks like `dcc.Interval` freezes when the app is not in the foreground. once the app is the in the foreground again, the `dcc.Interval` process...
It appears that if one uses the dcc.Upload.contents property for triggering callback, it fails when the user tries to upload the same file again, due to the content is the...
Currently, my date range is fed an existing date range based on the data being displayed, however, there is no way to individually set the initial visible month for each...