Tom Begley
Tom Begley
Dash 2.1.0 added shorthand support for `dcc.Dropdown`, `dcc.Checklist` and `dcc.RadioItems`. It would be good to support the same syntax with `dbc.Select`, `dbc.Checklist` and `dbc.RadioItems` respectively. See [community post](https://community.plotly.com/t/dash-2-1-0-released/60548#h-2-rearranged-keyword-arguments-flexible-types-3) and [corresponding...
We recently released dash-bootstrap-components v1. This has loads of new features and improvements but also some breaking changes. If updating to v1 broke your app you have two options: -...
Logo is hard to see properly and screenshots don't look great.
The `Input` component can be cleared by setting the value to `None` in a callback. This doesn't work if the current value of the input is invalid. Here's a simple...
This PR implements a new accountant `PRVAccountant` based on the paper [Numerical Composition of Differential Privacy](https://arxiv.org/abs/2106.02848). Code inspired heavily by the code that accompanied the paper: https://github.com/microsoft/prv_accountant ## Types of...
dash-bootstrap-components v1 uses Bootstrap 5 but this project uses Bootstrap 4, so updates are needed.
Not sure how well this will work since `DataTable` uses a lot of inline styling, but it should at least be investigated.
The dropdown and date picker styles are informed by the `form-control` class in Bootstrap. It would be good to support sizing of these [like Bootstrap does](https://getbootstrap.com/docs/4.3/components/forms/#sizing) through the `form-control-sm` and...
### Description Setting `root_schema_site="rapidoc"` or `root_schema_site="elements"` in the `OpenAPIConfig` results in an error when visiting `/schema`. Both `/schema/rapidoc` and `/schema/elements` work as expected. My guess is that this might be...
The burger for documentation in mobile view is hard to see in dark mode. IIRC it was created manually and doesn't have dark mode styles 