onBlur - Question #119
-
Hello @nick-keller, I'm trying to make a call to the BE using onBlur and it's pretty hard with the existing information. Could you add "value" to the "CellWithId" object that onBlur is getting as a param? I know that this is usually how other libraries are doing that. What do you think? Or could you give me an alternative, maybe I've missed something? The only solution I found is to use multiple events (onChange, onBlur, and onFocus) to gather the information from them and store it on the state. I've also tried to overwrite the onBlur method and add a new param like: <DataSheetGrid
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @LoncaSorin , |
Beta Was this translation helpful? Give feedback.
Hello @LoncaSorin ,
You can have a look at this article, it should help you sync the backend with your changes,