-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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][pickers][tree-view] Fix shortcut with localization keyboard #14220
[data grid][pickers][tree-view] Fix shortcut with localization keyboard #14220
Conversation
Deploy preview: https://deploy-preview-14220--material-ui-x.netlify.app/ |
packages/x-data-grid-premium/src/hooks/features/clipboard/useGridClipboardImport.ts
Outdated
Show resolved
Hide resolved
packages/x-data-grid-premium/src/hooks/features/aggregation/gridAggregationInterfaces.ts
Outdated
Show resolved
Hide resolved
I have added some comments to help in the future, we have had so many iterations of this logic, so to make sure we build up. This looks good 👍, I have unsubscribed to notifications. For those curious about pushing it even further: w3c/uievents#377. |
The date picker has the same problem:
|
|
bd9dc9d
to
7f065f2
Compare
7f065f2
to
02ac942
Compare
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.
This looks good on my end
68570fe
to
3ed8508
Compare
3ed8508
to
a3850fa
Compare
Closes #14219
We also fix the date picker and tree view shortcuts.