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

#2050 added closeOnTrigger to actions but it only works when clicking, this PR adds the check to 'Enter' handler.

### What package has an issue @mantine/core ### Describe the bug Hello, As I am using mantine in react app, but when I am using parser and formatter like below...

bug

### What package has an issue @mantine/nprogress ### Describe the bug Hey! 👋 Its kinda related to react 18 useEffect double call in dev mode. 🤔 otherwise all things works...

bug

### What package has an issue @mantine/core ### Describe the bug When MultiSelect is given a value prop and a data prop with the same value, and a true searchable...

bug

### What package has an issue @mantine/core ### Describe the bug Hi Team, I found an issue with Mantine 5.0.2 where the scroll position of the body changes if there...

bug

I was looking to create a (HTML) `` whit the styling of a `Group`. Since the (`others`) props are spread and the `Box` component has a `component` prop that would...

## Description - I think you can replace that function with a native function. That makes it more concise. ## Docs - [Object.fromEntries()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries) ## Etc - Mantine Support ![image](https://user-images.githubusercontent.com/27342882/183421343-a98c678c-b815-4600-bc6b-8cd934866a71.png) -...

### What package has an issue @mantine/core ### Describe the bug When group is undefined or empty, a warning appear : ``` Warning: Each child in a list should have...

bug

### What package has an issue @mantine/spotlight ### Describe the bug When using spotlight-provider with closeOnActionTrigger set to false and defining actions with onTrigger the closeSpotlight function is not working....

bug

### What package has an issue @mantine/core ### Describe the bug When trying to test the `Tooltip` component using Jest and React Testing Library, I am unable to get the...

help wanted