https://codesandbox.io/s/objective-dream-8mx4k

When you first edit one of the "Shipped" cells and then click on other cells, they all remain in the editing state.
Hello,
I updated your example. You can use any of the props defined in the TableInlineCellEditing's cellComponent. In this case, you need to use onBlur and autoFocus in order to manage the focus of your Select editor.
Does this solution meet your requirements?
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
Hello,
I updated your example. You can use any of the props defined in the
TableInlineCellEditing's cellComponent. In this case, you need to useonBlurandautoFocusin order to manage the focus of your Select editor.Does this solution meet your requirements?