-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
Which version of React JS are you using?
✅ Officially supported ✅
- v15.4.x
- v15.5.x
- v15.6.x
☣️ Not officially supported, expect warnings and errors ☣️
- v16.x.x
Which browser are you using?
✅ Officially supported ✅
- IE 9 / IE 10 / IE 11
- Edge
- Chrome
I'm submitting a ...
- 🐛 Bug Report
Issue Details
-
What the current behavior is
When using cellRangeSelection in combination with editable columns there is some weird behavior when editing a cell. Currently when you enter a value in a cell editor, and then click on another cell, the value is entered into the newly selected cell rather than the original. See the following video: https://bit.ly/2Scqpi9 -
What the desired behavior is
When the editor is open for a specific cell the value entered should be set on that cell. -
(If Bug) Steps to reproduce the issue
The issue can be recreated here: https://codesandbox.io/s/nrvr29x0lj
annaborja, ykrsm, bmakan and pellejacobs