mantine icon indicating copy to clipboard operation
mantine copied to clipboard

A fully featured React components library

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

closes #2504 This PR refactors the utility type `ForwardRefWithStaticComponents` defined in `src/mantine-utils/src/ForwardRefWithStaticComponents.ts` in order to build a final type which match what forwardRef returns plus the static properties we want...

### What package has an issue @mantine/core ### Describe the bug Pretty much the title. Demonstration: https://user-images.githubusercontent.com/19225266/190815311-4b6548e6-d6b2-4f9b-a08b-8aa0dbc14265.mp4 In my opinion those two issues are UX problems. But some might disagree,...

### What package has an issue @mantine/core ### Describe the bug Examples with Grid and Timeline ```tsx const gridRef = useRef() const timelineRef = useRef() return ``` Some other components...

completed

### What package has an issue @mantine/core ### Describe the bug I like that you choose to go with Floating UI as a base for all tooltips, dropdowns, etc... I...

### What package has an issue @mantine/core ### Describe the bug This is a regression as the same symptoms mentioned in #2059 are obtained for the same props given to...

### What package has an issue @mantine/core ### Describe the bug For now how I see all params available on `ListStylesParams` is not inherited on `List.Item` by default. This behavior...

### What package has an issue @mantine/carousel ### Describe the bug When `includeGapInSize` true, we have styles logic on item like that ```css flex: 0 0 calc(var(--slideWidth) - var(--slideGap) /...

help wanted

### What package has an issue @mantine/core ### Describe the bug Video demonstrating the bug: https://user-images.githubusercontent.com/19225266/190802117-af029dc3-dc78-4dc5-91fa-779c889919a6.mp4 I'm not even using `maxRows` and the scrollbar still shows after I paste a...

### What package has an issue @mantine/modals ### Describe the bug ![image](https://user-images.githubusercontent.com/19225266/188698570-4b97fb7a-f2c4-4e9e-88aa-d6459fd667ab.png) You can scroll normally using the mouse scroll, but if you try clicking the scroll bar you actually...

help wanted