mantine icon indicating copy to clipboard operation
mantine copied to clipboard

A fully featured React components library

Results 278 mantine issues
Sort by recently updated
recently updated
newest added

### What package has an issue @mantine/carousel ### Describe the bug When rendering a Carousel inside a Modal, transitioning to the next slide adds more pixels to `translate3d` than necessary,...

bug

## Example ### Before ![image](https://user-images.githubusercontent.com/27342882/182586522-8872bbb8-3a57-445b-b12c-0529912694c1.png) ### After ![image](https://user-images.githubusercontent.com/27342882/182586661-626fb152-646b-41f5-97ed-691b3ddf8544.png) ![image](https://user-images.githubusercontent.com/27342882/182586706-80844a9f-e13c-4826-8806-2d815c1b01f3.png) ## Suggest I think it will look better if you fix the area between the button groups.

## Description - https://mantine.dev/core/tabs/#icon-and-right-section - https://mantine.dev/core/stepper/#customize-with-styles-api - https://mantine.dev/core/accordion/#custom-control-label ### Before ![image](https://user-images.githubusercontent.com/27342882/183277817-a5b761d7-861b-41e4-9536-755943646a49.png) ![image](https://user-images.githubusercontent.com/27342882/183277844-80d91309-7150-4bb4-a59e-a370f7162815.png) ![image](https://user-images.githubusercontent.com/27342882/183277914-4ad5fbb1-475d-4711-85a7-c3375b471861.png) ### After ![image](https://user-images.githubusercontent.com/27342882/183277807-35edb42f-405f-409a-9295-a206f34c7a24.png) ![image](https://user-images.githubusercontent.com/27342882/183277855-9613aefc-a89a-4177-89b6-85db91a57808.png) ![image](https://user-images.githubusercontent.com/27342882/183277906-daec8492-66a8-4b98-bcd3-b3c60d659ab9.png)

## Suggest In addition to `margin`, also receive `padding` values, so I think need to change the name!

### What package has an issue @mantine/core ### Describe the bug It looks like that error messages on input do not have `role='alert'`. This both makes it harder to test...

bug

Related issue: https://github.com/mantinedev/mantine/issues/1905 and https://github.com/mantinedev/mantine/issues/1968 Before: https://user-images.githubusercontent.com/22859283/181459033-21669098-e90c-4173-9e60-677fbdc75a23.mov After: https://user-images.githubusercontent.com/22859283/181459057-3de74e75-c259-4f90-9f2c-69990f35af0d.mov https://github.com/mantinedev/mantine/pull/1908#issuecomment-1203107099 I solved the performance problem on Safari by using a useMemo for the input value so that it doesn't change...

### What package has an issue @mantine/core ### Describe the bug If there is a global theme for spacing, Table component's verticalSpacing no longer applies, UNLESS horizontalSpacing is assigned a...

help wanted
bug

### What package has an issue @mantine/core ### Describe the bug I use TextInput and MultiSelect together in one form. I noticed that both inputs look different. - Placeholders have...

bug

### What package has an issue @mantine/core ### Describe the bug When following the setup instructions for using Mantine 5.0.0 with Remix (1.6.5) (https://mantine.dev/pages/getting-started/ ), there seem to be some...

help wanted
bug