mui-x
mui-x copied to clipboard
[data grid] CTRL + A not working when using TextField into DataGrid Table
Steps to reproduce
Link to live example: (required)
Steps:
- import { DataGrid, GridColDef, GridRowId } from '@mui/x-data-grid'
- use DataGrid
- use MUI TextField into an column and try to write something in that field.
- now, copy the text by using command ( CTRL + A )
Current behavior
No response
Expected behavior
CTRL + A should select the whole text in the input field while it is giving correct behavior when CAPSLOCK is on
Context
No response
Your environment
import { DataGrid, GridColDef, GridRowId } from '@mui/x-data-grid'
Windows 11 on chrome browser
NextJS Sneat theme
Search keywords: DataGrid, Table, CTRL + A, text selection
Please provide a minimal reproduction test case with the latest version. This would help a lot 👷.
A live example would be perfect. You can find a examples and guides on how to find templates in our docs with which you can provide examples for your specific use-case: Support - Bug reproduction.
Thank you! 🙇🏼
The issue has been inactive for 7 days and has been automatically closed.