Matheus Wichman
Matheus Wichman
You can check below all of the localization files that contain at least one missing translation. If you are a fluent speaker of any of these languages, feel free to...
I solved #5009 by adding a new method called `ensurePreProcessEditCellPropsRanOnce` (I'm open for better names) which internally calls `setEditCellValue` with the current value to force `preProcessEditCellProps` to run again. I...
**The problem** Every time a `styled` component is rendered, it needs to serialize the styles even if they are the same from the previous render. That can be a hit...
### Are you submitting a **bug report** or a **feature request**? Bug ### What is the current behavior? If I call the `changeValue` asynchronously inside a mutator the form is...
## What does it do? - Pulls all commits from develop and applies into hooks branch. - Converts all class components to functional components. - Fixes tests to work with...
I noticed in the Material-UI's roadmap a Numeric Input component to be built. If nobody has took the lead then I can help. Recently I had to develop a component...
Fixes #6183 Fixes #5834 I also added a callback to the `onRowModesModelChange` prop (#5834) since many users reuse this demo in their projects.
Preview: https://deploy-preview-6228--material-ui-x.netlify.app/x/react-data-grid/editing/ I noticed this bug while working in #6016 where a test from row selection started to fail when using the new editing API. If I click in a...