You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing the cell, data editor is created with old edited value (e.g. from different cell) then the value is updated to right value (second render)
#230
Closed
LiborOl opened this issue
Jul 21, 2020
· 0 comments
· Fixed by #231
The data editor is rendered first time with value from previous edit and then the prop is updated with the correct value. It is not visible for the user, but if you use custom data editors, it may cause exceptions/warning because of different data types/structures.
I think, it is also source of the issue #218. All DataCells get the editValue.
The text was updated successfully, but these errors were encountered:
It is caused by
in DataSheet.
The data editor is rendered first time with value from previous edit and then the prop is updated with the correct value. It is not visible for the user, but if you use custom data editors, it may cause exceptions/warning because of different data types/structures.
I think, it is also source of the issue #218. All DataCells get the editValue.
The text was updated successfully, but these errors were encountered: