-
Hey @snehilvj,
Very nice work on the components!
I came across mantine a few times since you first publish your post in the Dash Community, so I took a deeper look and I am 100% sold on the idea of…
-
For the package `RingProgress` from `@mantine/core`, it would be nice to have a `capIsRound` prop to round the ends of the progress bar. Chakra UI has a similar option in their `CircularProgress`…
-
### Usage example, including component/hook API
A more abstracted / built in feature to handle colorScheme (mainly light/dark mode).
It would improve DX, speed and types.
You now need to add the r…
-
### What package has an issue
@mantine/core
### Describe the bug
I added mantine to an almost empty project replacing chakra-ui, and I noticed immediately that autocomplete and incremental co…
-
### What package has an issue
@mantine/core
### Describe the bug
If you have a custom decimalSeparator and remove all numbers from the input, an error occurse
### In which browser did the problem …
-
I am not sure if this is really a problem.
If you have precision on for example 2 and you write a number like 0.0012 and then blur the input field the value of the state is still 0.0012 but the UI …
-
Mantine v 3.0.4
iOS Safari 15.0.1
The `use-scroll-lock` hook does not lock scrolling on iOS Safari (testing demo page https://mantine.dev/hooks/use-scroll-lock/).
Here's an up-to-date article…
-
Thank you for this impressive react component library 👍🤟
I'm gonna migrate from Chakra UI to Mantine!
The Search in the header is really nice. I really like it. Is there any chance you could exp…
-
Since v3.3.x I have a different behavior about how Image are rendered when neither width nor height are provided and instead a ratio constraint is given. Up to v3.2.3 the image is rendered as expected…
-
If a debugger is present in the main body of a functional component then on hitting the debugger and proceeding from there an unstable_flushDiscreteUpdates warning is thrown.
React version: ^16.13…