Data Grid on focusout for checkbox #3767
Labels
component: data grid
This is the name of the generic UI component, not the React module!
status: waiting for author
Issue with insufficient information
Duplicates
Latest version
Summary 💡
Inside of a
DataGrid
with component withcheckboxSelection
, after selecting a checkbox, onfocusout
, the focus comes back to the selected checkbox.But this interfere with our users, as if they select some rows, and then click on an input on another side of the page (in order to continue their data import) the focus switches back to the previously selected row.
Could there be a way to turn this property off?
Examples 🌈
No response
Motivation 🔦
We have an application that we use for data import. The users select a list of files in the data grid, and then need to fill in some data about the import. Every time that they click on the textarea for the description, they get scrolled back to the checkbox, so they have to go to the textarea again, which is not ideal.
Order ID 💳 (optional)
No response
The text was updated successfully, but these errors were encountered: