-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[data grid] Fixed issue where pressing Delete key resets various cell values to empty string. #12216
Conversation
…opriately, ensuring data integrity.
… column type, ensuring data integrity.
Deploy preview: https://deploy-preview-12216--material-ui-x.netlify.app/ |
Hi @michelengelen Could you kindly take a moment to review the PR I submitted? 🙇♀️ Any suggestion would be appreciated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ... thanks for picking it up!
Let's wait for the review from @romgrk though!
Thanks a lot!! |
… values to empty string. (mui#12216)
Fix #12125 michelengelen
This PR refines the value reset logic to align with column data types on Backspace/Delete key press.
UnitTesting
Implemented tests to check cell value reset upon Backspace and Delete key presses.
The video shows the correct default boolean value when the delete/backspace key is pressed.