-
The current `dash_mantine_components.js` file is quite large at 2.7MB, which can impact performance and load times.
### Build Output:
```
> dash_mantine_components@0.14.6 build:js
> webpack
…
-
Before moving to a major release we would like to have at least some basic tests for each component. The most important thing to test is the Dash specific functionality like callbacks. For now, we c…
-
When combining dmv.Tooltip with dmc.Anchor (either Tooltip inside Anchor or vice versa) a warning is emitted in the console:
`Warning: Each child in a list should have a unique "key" prop.`
### M…
-
When using components associated with the `XxxProvider`, severe performance issues can arise when there is a large amount of page content. Here are some examples related to well-known component librar…
-
If I have a `dmc.NumberInput` with `value="1234"` then if I press up or down arrows then it doesn't work properly. It will change the value to 0.
Example code:
```py
from dash import Dash
from…
-
**Describe your context**
```
dash 2.18.1
dash_ag_grid 31.2.0
dash-bootstrap-components 1.5.0
dash-bootstrap-templates 1.0.8
dash-core-components 2.0.0
da…
-
I have a DMC Datetimepicker which in the example is initialized with the current datetime. When done - it retains the milisecond. I also have a button that can then set the time. But doing this way -…
-
First of - thanks for this awesome library! It's a lot of fun to work with and it really improves the look of the Dash Apps it is used with 😃.
I have a feature request to add support for label form…
-
When experimenting with the Range-Slider, i found, that only the normal Slider works with decimal steps, while the Range-Slider does not. It seems like there is an issue where a value < 1 is interpret…
-
**Describe your context**
using the latest version of www.kaggle.com
- replace the result of `pip list | grep dash` below
```
dash 2.18.1
dash_ag_grid …