We have a strange issue with the newest Grid component. I have this issue recreated here: https://codesandbox.io/p/devbox/proud-forest-v49cp6
The upper most input element is just to trigger state change. To see the issue:
- Click on Edit in any row in the grid to start inline editing of that row
- Start typing in the upper most input field (above the grid)
- After each letter the Grid will get focus preventing me from writing in the input!!!
Now if I enable editing in two rows at once (two rows are in edit state) this behavior is absent and I can normally type in my input above the grid. What is wrong?