Skip to content
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

[DataGrid] Do not escape double quotes when copying to clipboard #12722

Merged

Conversation

cherniavskii
Copy link
Member

Fixes #12456

Escaping double quotes is specific to CSV format and shouldn't be done when copying to clipboard.

@cherniavskii cherniavskii added bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! feature: Clipboard Related to clipboard copy or paste functionalities labels Apr 9, 2024
@mui-bot
Copy link

mui-bot commented Apr 9, 2024

Deploy preview: https://deploy-preview-12722--material-ui-x.netlify.app/

Generated by 🚫 dangerJS against 91357c7

@cherniavskii cherniavskii marked this pull request as ready for review April 10, 2024 10:05
Copy link
Member

@michelengelen michelengelen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! feature: Clipboard Related to clipboard copy or paste functionalities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] Copy/paste places unnecessary quotations when copied text contains a quotation
3 participants