mantine
mantine copied to clipboard
A fully featured React components library
Hi. I stumbled upon a scenario when a modal can't trap focus. It goes like this: - Open a drawer - From the drawer open a modal - Hide the...
### What package has an issue @mantine/core ### Describe the bug With native select, once the dropdown is shown, a user can navigate quickly using the keyboard `a-z` to jump...
### What package has an issue @mantine/core ### Describe the bug When an Image with placeholder is server-side rendered, the component displayed in browser can be hydrated after load event...
### What package has an issue @mantine/core ### Describe the bug When clicking the button, the text moves down more than the button itself. Behavior in Firefox: https://user-images.githubusercontent.com/24937357/154369842-88f4d9aa-3a63-4865-8119-da9292c02898.mp4 Behavior in...
### What package has an issue @mantine/core ### Describe the bug When using buttons that are tightly spaced or should have zero space between them, the results are different between...
There are at least two error reports regarding the same error when uploading images (for me, specifically pasting in images) into rte. `Error: Cannot read properties of null (reading 'index')`...
Issue #2494 => Keep the indentation with multiline contents of Item in List Change in @mantine/core package at List/List.styles.ts component Fix: list-style-position: outside; Reference: https://www.w3schools.com/cssref/pr_list-style-position.asp
https://github.com/mantinedev/mantine/issues/2517
Added a short guide on how create a custom title when using openModal()