dash-core-components icon indicating copy to clipboard operation
dash-core-components copied to clipboard

OBSOLETE: now part of https://github.com/plotly/dash

Results 112 dash-core-components issues
Sort by recently updated
recently updated
newest added

I've encountered the following problem, not something big or very bad but still chill-breaking enough: When I just create a slider and an interval within a dash app, the slider...

Status: Discussion Needed

the Slider should have an option to display the current value like ipywidgets sliders.

When choosing date with first field of DatePickerRange component it's not possible to choose the same day in the second field. (minimal date is the day after) However, I observed...

I was trying to use Bootstrap v4.1.0 to style `dcc.Checklist()`: - https://getbootstrap.com/docs/4.1/components/forms/#checkboxes-and-radios - https://getbootstrap.com/docs/4.1/components/forms/#checkboxes (custom style) Currently a checklist such as the following: ```python dcc.Checklist( id='example', options=[{'label': 'Item #%d' %...

The loading component does not show when the page is first loaded if using dcc.Location to change the page layout. The first example below doesn't use dcc.Location while the second...

I've followed the updated urls example at https://plot.ly/dash/urls and have found it very helpful in setting up some rudimentary routing. I'd like to take it a bit further and allow...

I followed the Readme instructions and ran `npm start`, the terminal looks good, but when I open the browser I get a white page and the browser console says: ```SyntaxError:...

I would like to use the DatePickerSingle and DatePickerRange in a Form to make a post request in flask. Currently, I cannot access the "name" parameter of the html "Input"...

https://community.plot.ly/t/use-callback-to-dynamically-set-the-marks-of-a-rangeslider/13150

dash-type-bug
Status: Triage Needed

I'm not sure if this is intended behavior, but `dccLink("click me", href = "/foo?p=1", refresh = TRUE)` will encode the `?` in the URL upon refreshing. This will create an...