When I expand the "Fill the Container" documentation example adding the TableInlineCellEditing, I notice that when i click to edit a cell I can't obtain the focus immediatly.
The reason is the presence of Grid rootComponent attribute.
Get the focus immediatly on click.
https://codesandbox.io/s/inspiring-tereshkova-zy55f
Resolved moving
const Root = props => <Grid.Root {...props} style={{ height: "100%" }} />
outside the component.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.
Most helpful comment
Resolved moving
const Root = props => <Grid.Root {...props} style={{ height: "100%" }} />outside the component.