mantine
mantine copied to clipboard
A fully featured React components library
#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...
### 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...
MultiSelect - an unexpected behavior makes the component unusable when in a certain controlled state
### 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...
### 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...
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  -...
### 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...
### 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....
### 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...