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

Fixes #1383 The issue before was when `getInputProps` was called, `valuesRef` hadn't been updated by `useEffect` yet (guessing React was deferring this effect). This caused the value and onChange to...

Issue: [1348](https://github.com/mantinedev/mantine/issues/1348) withCloseButton will display independent of title now

### What package has an issue @mantine/core ### Describe the bug Works fine without Nextjs: https://codesandbox.io/s/wonderful-sun-xpk6wl?file=/src/App.tsx:809-817 ``` Content Additional Content Additional Content ; ``` Nextjs renders Collapse with fixed height:...

help wanted
bug

### What package has an issue @mantine/spotlight ### Describe the bug If you try to register new actions in an `useEffect`, this doesn't work. If you pass `spotlight` as the...

help wanted
bug

### What package has an issue @mantine/form ### Describe the bug First of all, thank you for the amazing work done on Mantine 4.0 🙏 I my current project, I...

bug

### What package has an issue @mantine/core ### Describe the bug If you set `size` to a big value (~900) in a `Modal`, the transition `slide-left` looks off when the...

bug

### What package has an issue @mantine/core ### Describe the bug When using RangeSlider on touch devices I can see in the browser's console some errors: - [Intervention] Ignored attempt...

bug

### What package has an issue @mantine/core ### Describe the bug Warning of duplicate keys when you hover on options if you have the creatable prop enabled. ![image](https://user-images.githubusercontent.com/22033728/174816527-84c6cdf6-bdee-4c98-8597-ea8e874a33fb.png) ### In...

bug

### What package has an issue @mantine/notifications ### Describe the bug when calling showNotification() from within a useEffect to trigger a notification according to some conditions, we get an error...

bug

### What package has an issue @mantine/core ### Describe the bug Makes the scrollbar flash when refreshing the page. Content shifts. Works as expected. Content doesn't shift. Browser scrollbar is...

bug