onChanged not called when focus lost #782
kevin-haynie
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently saving my data into local state variables via the onChanged() callback. This works fine until I tap on a widget outside of the PlutoGrid widget while editing a cell. The onChanged callback is not called and therefore my local state variables are not updated.
Is there way via the PlutoGridStateManager to finish the editing process so that I can retrieve the most current cell value?
Beta Was this translation helpful? Give feedback.
All reactions